aboutsummaryrefslogtreecommitdiff
path: root/common/Cargo.toml
blob: 7baed9f079c52a22829c4bf02185e7018a4c5dc9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "jellycommon"
version = "0.1.0"
edition = "2021"

[dependencies]
serde = { version = "1.0.217", features = ["derive", "rc"] }
bincode = { version = "2.0.0-rc.3", features = ["derive"] }
chrono = { version = "0.4.39", features = ["serde"] }
blake3 = "1.5.5"
hex = "0.4.3"
jellystream-types = { path = "../stream/types" }