patagia-control/agent/Cargo.toml
Daniel Lundin 3a08c83679
Some checks failed
ci/woodpecker/push/ci Pipeline failed
Project scaffolding
2024-11-24 23:00:29 +01:00

17 lines
310 B
TOML

[package]
name = "patagia-agent"
version = "0.1.0"
edition = "2021"
license = "MPL-2.0"
[dependencies]
anyhow.workspace = true
clap.workspace = true
tokio.workspace = true
tracing.workspace = true
tracing-chrome.workspace = true
tracing-subscriber.workspace = true
[[bin]]
name = "patagia-agent"
doc = false