mirror of
https://github.com/logos-messaging/libchat.git
synced 2026-02-10 08:53:08 +00:00
15 lines
189 B
TOML
15 lines
189 B
TOML
|
|
[workspace]
|
|
resolver = "3"
|
|
|
|
members = [
|
|
"conversations",
|
|
"crypto",
|
|
"double-ratchets",
|
|
"storage",
|
|
]
|
|
|
|
[workspace.dependencies]
|
|
blake2 = "0.10"
|
|
storage = { path = "storage" }
|