mirror of
https://github.com/logos-messaging/libchat.git
synced 2026-03-26 22:23:14 +00:00
Update workspace
This commit is contained in:
parent
3c620ca84e
commit
1f481005fa
10
Cargo.toml
10
Cargo.toml
@ -3,15 +3,15 @@
|
||||
resolver = "3"
|
||||
|
||||
members = [
|
||||
"conversations",
|
||||
"crypto",
|
||||
"double-ratchets",
|
||||
"storage",
|
||||
"libchat/conversations",
|
||||
"libchat/crypto",
|
||||
"libchat/double-ratchets",
|
||||
"libchat/storage",
|
||||
]
|
||||
|
||||
[workspace.dependencies]
|
||||
blake2 = "0.10"
|
||||
storage = { path = "storage" }
|
||||
storage = { path = "libchat/storage" }
|
||||
|
||||
# Panicking across FFI boundaries is UB; abort is the correct strategy for a
|
||||
# C FFI library.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user