rustjack/backend/Cargo.toml

10 lines
197 B
TOML
Raw Permalink Normal View History

2024-05-13 14:12:45 +00:00
[package]
name = "rustjack"
version = "0.1.0"
edition = "2021"
[dependencies]
rand = "0.8.5"
2024-05-24 14:43:05 +00:00
rocket = { version = "0.5.0", features = ["json"] }
serde = { version = "1.0", features = ["derive"] }