[package] name = "jellylogic" version = "0.1.0" edition = "2024" [dependencies] jellyimport = { path = "../import" } jellycommon = { path = "../common" } jellydb = { path = "../database" } jellytranscoder = { path = "../transcoder" } log = "0.4.28" anyhow = "1.0.100" base64 = "0.22.1" argon2 = "0.5.3" aes-gcm-siv = "0.11.1" serde = { version = "1.0.228", features = ["derive", "rc"] } bincode = { version = "2.0.1", features = ["serde", "derive"] } rand = "0.9.2" env_logger = "0.11.8" tokio = { workspace = true }