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

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