[package] name = "jellylogic" version = "0.1.0" edition = "2024" [dependencies] jellyimport-asset-token = { path = "../import/asset_token" } jellyimport = { path = "../import" } jellycommon = { path = "../common" } jellydb = { path = "../database" } jellytranscoder = { path = "../transcoder" } 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 }