Files
i_want_to_ride_my_FaRat/Cargo.toml
2024-05-18 12:17:49 +02:00

17 lines
413 B
TOML

[package]
name = "player-Rust"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
uuid = { version = "1.8.0", features = ["serde"] }
tokio = { version = "1", features = ["full"] }
axum = "0.7.5"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
tracing = "0.1.40"
tracing-subscriber = "0.3.18"