generated from Patagia/template-nix
22 lines
452 B
TOML
22 lines
452 B
TOML
[package]
|
|
name = "patagia-agent"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
license = "MPL-2.0"
|
|
|
|
[dependencies]
|
|
anyhow.workspace = true
|
|
clap.workspace = true
|
|
patagia-common = { path = "../common" }
|
|
progenitor.workspace = true
|
|
reqwest.workspace = true
|
|
schemars.workspace = true
|
|
serde.workspace = true
|
|
tokio.workspace = true
|
|
tracing-chrome.workspace = true
|
|
tracing-subscriber.workspace = true
|
|
tracing.workspace = true
|
|
|
|
[[bin]]
|
|
name = "patagia-agent"
|
|
doc = false
|