summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: 0a558a2ec94c24f758ac328721a5c8a95ea61414 (plain)
1
2
3
4
5
6
7
8
9
10
11
[package]
name = "statsrv"
version = "0.1.0"
edition = "2021"

[dependencies]
main_error = "0.1.2"
reqwest = { version = "0.12.7", features = ["blocking"] }
serde = { version = "1.0.210", features = ["derive"] }
thiserror = "1.0.63"
toml = "0.8.19"