Files
nodeinfo/Cargo.toml
2024-05-08 22:00:01 +01:00

17 lines
327 B
TOML

[package]
name = "nodeinfo"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
rocket = "0.5.0"
serde = "1.0.200"
sysinfo = "0.30.12"
readable = "0.16.0"
[dependencies.rocket_dyn_templates]
version = "0.1.0"
features = ["tera"]