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

[dependencies]
jellycommon = { path = "../common" }
serde_json = "1.0.106"
log = "0.4.20"
sha2 = "0.10.7"
base64 = "0.21.4"