Update workspace

This commit is contained in:
Jazz Turner-Baggs 2026-03-22 07:45:10 -07:00
parent 3c620ca84e
commit 1f481005fa
No known key found for this signature in database

View File

@ -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.