Files
nodeinfo/Cargo.toml
Arthur cdd562aee5 Added first steps of getting monerod info
Although it is proving surprisingly difficult!
2024-05-14 22:31:47 +01:00

19 lines
438 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"
reqwest = { version = "0.12", features = ["json", "blocking"] }
tokio = { version = "1", features = ["full"] }
[dependencies.rocket_dyn_templates]
version = "0.1.0"
features = ["tera"]