diff options
Diffstat (limited to 'client/Cargo.toml')
-rw-r--r-- | client/Cargo.toml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/client/Cargo.toml b/client/Cargo.toml new file mode 100644 index 0000000..a2bed77 --- /dev/null +++ b/client/Cargo.toml @@ -0,0 +1,11 @@ +[package] +name = "jellyclient" +version = "0.1.0" +edition = "2021" + +[dependencies] +jellycommon = { path = "../common" } +log = "0.4.19" +reqwest = "0.11.18" +anyhow = "1.0.72" +serde_json = "1.0.104" |