From 1f481005fa6eab209eae04352943829b81657e7a Mon Sep 17 00:00:00 2001 From: Jazz Turner-Baggs <473256+jazzz@users.noreply.github.com> Date: Sun, 22 Mar 2026 07:45:10 -0700 Subject: [PATCH] Update workspace --- Cargo.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 274eb12..b6607de 100644 --- a/Cargo.toml +++ b/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.