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

[dependencies]
serde = { version = "1.0.182", features = ["derive"] }
bincode = { version = "2.0.0-rc.3", features = ["derive"] }