bubble/api/Cargo.toml

11 lines
249 B
TOML
Raw Normal View History

[package]
2024-10-29 02:59:21 +00:00
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" ] }
2024-12-16 01:02:05 +00:00
clap = { version = "4.5.20", features = ["derive"] }