generated from Patagia/template-nix
parent
3b04b82998
commit
9b7e1fb226
18 changed files with 1117 additions and 30 deletions
agent
|
@ -7,6 +7,7 @@ version.workspace = true
|
|||
[dependencies]
|
||||
anyhow.workspace = true
|
||||
clap.workspace = true
|
||||
futures.workspace = true
|
||||
instrumentation = { path = "../instrumentation" }
|
||||
progenitor.workspace = true
|
||||
reqwest.workspace = true
|
||||
|
@ -14,6 +15,7 @@ schemars.workspace = true
|
|||
serde.workspace = true
|
||||
tokio.workspace = true
|
||||
tracing.workspace = true
|
||||
uuid.workspace = true
|
||||
|
||||
[package.metadata.cargo-machete]
|
||||
ignored = ["reqwest", "serde"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue