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

[dependencies]
serde = { version = "1.0.214", features = ["derive"] }
bincode = { version = "2.0.0-rc.3", features = ["derive"] }
rocket = { workspace = true, optional = true }
chrono = { version = "0.4.38", features = ["serde"] }

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