mirror of
https://github.com/logos-messaging/libchat.git
synced 2026-08-04 06:03:12 +00:00
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 }
|