mirror of
https://github.com/logos-messaging/libchat.git
synced 2026-03-27 06:33:08 +00:00
18 lines
237 B
TOML
18 lines
237 B
TOML
|
|
[workspace]
|
|
resolver = "3"
|
|
|
|
members = [
|
|
"conversations",
|
|
"crypto",
|
|
"double-ratchets",
|
|
"storage",
|
|
]
|
|
|
|
[workspace.dependencies]
|
|
blake2 = "0.10"
|
|
storage = { path = "storage" }
|
|
|
|
# Internal crates
|
|
crypto = { path = "crypto" }
|