aboutsummaryrefslogtreecommitdiff
path: root/common/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'common/Cargo.toml')
-rw-r--r--common/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/Cargo.toml b/common/Cargo.toml
index 51e2208..b0ecc02 100644
--- a/common/Cargo.toml
+++ b/common/Cargo.toml
@@ -9,4 +9,5 @@ chrono = { version = "0.4.42", features = ["serde"] }
blake3 = "1.8.2"
hex = "0.4.3"
jellystream-types = { path = "../stream/types" }
+jellyobject = { path = "object" }
base64 = "0.22.1"