ctdo-status/Cargo.toml

21 lines
470 B
TOML

[package]
name = "ctdo-status"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
actix-web = "4.0.0"
askama = "0.11.0"
serde_json = "1.0.81"
spaceapi = { path = "/Users/fionera/src/github.com/spaceapi-community/spaceapi-rs" }
paho-mqtt = "0.11"
futures = "0.3"
futures-timer = "3.0"
tokio = { version = "1", features = ["full"] }
[build-dependencies]
askama = "0.11.0"