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

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