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

[dependencies]
jellycommon = { path = "../common" }
log = "0.4.20"
reqwest = { version = "0.11.20", features = ["json"] }
anyhow = "1.0.75"
serde_json = "1.0.105"