blob: bd8a28d8aa3fa15078a834407819cec388aa68cd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
[package]
name = "jellylogic"
version = "0.1.0"
edition = "2024"
[dependencies]
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"
|