aboutsummaryrefslogtreecommitdiff
path: root/logic/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'logic/Cargo.toml')
-rw-r--r--logic/Cargo.toml8
1 files changed, 7 insertions, 1 deletions
diff --git a/logic/Cargo.toml b/logic/Cargo.toml
index 4107c14..bd8a28d 100644
--- a/logic/Cargo.toml
+++ b/logic/Cargo.toml
@@ -1,5 +1,5 @@
[package]
-name = "logic"
+name = "jellylogic"
version = "0.1.0"
edition = "2024"
@@ -8,3 +8,9 @@ jellybase = { path = "../base" }
jellycommon = { path = "../common" }
log = "0.4.27"
anyhow = "1.0.98"
+base64 = "0.22.1"
+argon2 = "0.5.3"
+aes-gcm-siv = "0.11.1"
+serde = { version = "1.0.217", features = ["derive", "rc"] }
+bincode = { version = "2.0.0-rc.3", features = ["serde", "derive"] }
+rand = "0.9.0"