Initial version

This commit is contained in:
2024-09-17 15:59:03 -04:00
commit a98f83bf2d
4 changed files with 1673 additions and 0 deletions

12
Cargo.toml Normal file
View File

@@ -0,0 +1,12 @@
[package]
name = "satisfactory-exporter"
version = "0.1.0"
edition = "2021"
[dependencies]
tokio = { version = "1.0", features = ["full"] }
axum = "0.6"
serde = { version = "1.0", features = ["derive"] }
prometheus = "0.13"
reqwest = { version = "0.11", features = ["json"] }
clap = { version = "4.0", features = ["derive"] }