[package] name = "jellyclient" version = "0.1.0" edition = "2021" [dependencies] jellycommon = { path = "../common" } log = "0.4.19" reqwest = { version = "0.11.18", features = ["json"] } anyhow = "1.0.72" serde_json = "1.0.104"