libchat/Cargo.toml
2026-02-05 17:07:51 +08:00

16 lines
205 B
TOML

[workspace]
resolver = "3"
members = [
"chat-cli",
"conversations",
"crypto",
"double-ratchets",
"storage",
]
[workspace.dependencies]
blake2 = "0.10"
storage = { path = "storage" }