aboutsummaryrefslogtreecommitdiff
path: root/base/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'base/Cargo.toml')
-rw-r--r--base/Cargo.toml11
1 files changed, 11 insertions, 0 deletions
diff --git a/base/Cargo.toml b/base/Cargo.toml
new file mode 100644
index 0000000..b9fba7e
--- /dev/null
+++ b/base/Cargo.toml
@@ -0,0 +1,11 @@
+[package]
+name = "jellybase"
+version = "0.1.0"
+edition = "2021"
+
+[dependencies]
+jellycommon = { path = "../common" }
+serde_json = "1.0.104"
+log = "0.4.19"
+sha2 = "0.10.7"
+base64 = "0.21.2"