1
0
Fork 0
nixos-exporter/Cargo.toml

11 lines
229 B
TOML
Raw Normal View History

2022-12-31 00:29:17 +01:00
[package]
name = "nixos-exporter"
2023-05-09 08:40:39 +02:00
version = "0.6.0"
2022-12-31 00:29:17 +01:00
edition = "2021"
[dependencies]
axum = "0.6.1"
2023-01-04 01:10:30 +01:00
reqwest = { version = "0.11.13", features = ["json"] }
serde_json = "1.0.91"
2022-12-31 00:29:17 +01:00
tokio = { version = "1.23.0", features = ["full"] }