libchat/Cargo.toml
2026-02-12 16:02:49 -08:00

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" }