chaospott-status/Cargo.toml

13 lines
264 B
TOML
Raw Normal View History

2024-05-21 19:48:14 +00:00
[package]
name = "chaospott-status"
version = "0.1.0"
edition = "2021"
[dependencies]
axum = { version = "0.7.5" }
2024-05-21 19:48:14 +00:00
serde = "1.0.202"
serde_derive = "1.0.202"
serde_json = "1.0.117"
spaceapi = "0.9.0"
tokio = { version = "1.37.0", features = ["rt-multi-thread"] }