blob: ec5cbe77380b1837a99ab7e2ebc01eb079200547 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
[package]
name = "jellybase"
version = "0.1.0"
edition = "2021"
[dependencies]
jellycommon = { path = "../common" }
jellyclient = { path = "../client" }
serde = { version = "1.0.193", features = ["derive"] }
serde_yaml = "0.9.27"
log = { workspace = true }
sha2 = "0.10.8"
base64 = "0.21.5"
tokio = { workspace = true }
anyhow = "1.0.75"
bincode = "2.0.0-rc.3"
sled = "0.34.7"
typed-sled = "0.2.3"
rand = "0.8.5"
|