1
0

Init repository

This commit is contained in:
2022-12-31 00:29:17 +01:00
commit 37d100c720
5 changed files with 782 additions and 0 deletions

8
Cargo.toml Normal file
View File

@@ -0,0 +1,8 @@
[package]
name = "nixos-exporter"
version = "0.1.0"
edition = "2021"
[dependencies]
axum = "0.6.1"
tokio = { version = "1.23.0", features = ["full"] }