ctdo-status/Cargo.toml

22 lines
395 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 = "0.8.1"
paho-mqtt = "0.11"
futures = "0.3"
futures-timer = "3.0"
async-channel = "1.6"
async-std = "1"
[build-dependencies]
askama = "0.11.0"