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

[dependencies]
jellycommon = { path = "../common" }
log = { workspace = true }
reqwest = { workspace = true }
anyhow = "1.0.86"
serde_json = "1.0.117"
serde = { version = "1.0.203", features = ["derive"] }
tokio = { workspace = true }