Files
herocoordinator/Cargo.toml
Lee Smet 9830abc2dc Add CLI parsing
Signed-off-by: Lee Smet <lee.smet@hotmail.com>
2025-08-20 14:19:36 +02:00

12 lines
295 B
TOML

[package]
name = "herocoordinator"
version = "0.1.0"
edition = "2024"
[dependencies]
clap = { version = "4.5.45", features = ["derive", "env"] }
serde = { version = "1.0.219", features = ["derive"] }
serde_json = "1.0.143"
tokio = { version = "1.47.1", features = ["full"] }
tracing = "0.1.41"