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

[dependencies]
serde = { version = "1.0.152", features = ["derive"] }