aboutsummaryrefslogtreecommitdiff
path: root/common/Cargo.toml
blob: b38b962f5839a28530b9aa34845982ebde9848a4 (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.188", features = ["derive"] }
bincode = { version = "2.0.0-rc.3", features = ["derive"] }
rocket = { workspace = true, optional = true }

[features]
rocket = ["dep:rocket"]