1
0

Add validator mode for NixOS Exporter

This commit is contained in:
2023-01-04 01:10:30 +01:00
parent acdb459d3a
commit e7f51b8855
3 changed files with 671 additions and 19 deletions

View File

@@ -5,4 +5,6 @@ edition = "2021"
[dependencies]
axum = "0.6.1"
reqwest = { version = "0.11.13", features = ["json"] }
serde_json = "1.0.91"
tokio = { version = "1.23.0", features = ["full"] }