bubble/api/Cargo.toml
2024-12-15 17:02:05 -08:00

11 lines
249 B
TOML

[package]
name = "api"
version = "0.1.0"
edition = "2021"
[dependencies]
tokio = { version = "1", features = [ "full" ] }
serde = "1.0.213"
rocket = { version = "0.5.1", features = [ "json" ] }
clap = { version = "4.5.20", features = ["derive"] }