pc-inventory/Cargo.toml
2026-05-18 15:24:46 +02:00

13 lines
279 B
TOML

[package]
name = "mini-inventory"
version = "0.1.0"
edition = "2024"
[dependencies]
anyhow = "1.0"
axum = "0.8"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
tokio = { version = "1.0", features = ["fs", "macros", "net", "rt-multi-thread"] }
toml = "0.9"