aboutsummaryrefslogtreecommitdiff
path: root/base/Cargo.toml
blob: 3081262bb82b79db337cc2f24e757c27a39b42b7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "jellybase"
version = "0.1.0"
edition = "2021"

[dependencies]
jellycommon = { path = "../common" }
serde = { version = "1.0.188", features = ["derive"] }
serde_json = "1.0.107"
log = { workspace = true }
sha2 = "0.10.8"
base64 = "0.21.4"
tokio = { workspace = true }
anyhow = "1.0.75"