diff options
Diffstat (limited to 'common/Cargo.toml')
| -rw-r--r-- | common/Cargo.toml | 1 |
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" |