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

[dependencies]
jellycommon = { path = "../common" }
log = { workspace = true }
reqwest = { version = "0.11.20", features = ["json"] }
anyhow = "1.0.75"
serde_json = "1.0.107"
tokio = { workspace = true }