[package] name = "jellycommon" version = "0.1.0" edition = "2021" [dependencies] serde = { version = "1.0.228", features = ["derive", "rc"] } chrono = { version = "0.4.42", features = ["serde"] } blake3 = "1.8.2" hex = "0.4.3" jellystream-types = { path = "../stream/types" } base64 = "0.22.1"