Added first steps of getting monerod info

Although it is proving surprisingly difficult!
This commit is contained in:
2024-05-14 22:31:47 +01:00
parent 81f31aa442
commit cdd562aee5
4 changed files with 578 additions and 45 deletions

View File

@@ -10,6 +10,8 @@ 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"