mirror of
https://github.com/logos-messaging/libchat.git
synced 2026-08-03 21:53:31 +00:00
* feat: separate embedded p2p delievery to its own crate * feat: separate p2p config in its own crate * chore: split embed module * chore: refactor registry config * feat: split logos chat crate * chore: refactor
17 lines
396 B
TOML
17 lines
396 B
TOML
[package]
|
|
name = "logos-chat"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[lib]
|
|
crate-type = ["rlib"]
|
|
|
|
[dependencies]
|
|
# Workspace dependencies (sorted)
|
|
components = { workspace = true }
|
|
crossbeam-channel = { workspace = true }
|
|
embedded-logos-delivery = { workspace = true }
|
|
libchat = { workspace = true }
|
|
logos-account = { workspace = true, features = ["dev"] }
|
|
logos-generic-chat = { workspace = true }
|