aboutsummaryrefslogtreecommitdiff
path: root/logic/Cargo.toml
blob: 23016f93ae60e19af9cca54d543d7c2e0ce52982 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[package]
name = "jellylogic"
version = "0.1.0"
edition = "2024"

[dependencies]
jellyimport-asset-token = { path = "../import/asset_token" }
jellycommon = { path = "../common" }
jellydb = { path = "../database" }
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"
env_logger = "0.11.8"
tokio = { workspace = true }