generated from Patagia/template-nix
Compare commits
1 commit
016c2dae42
...
0f04becd0f
Author | SHA1 | Date | |
---|---|---|---|
0f04becd0f |
3 changed files with 3 additions and 0 deletions
1
Cargo.lock
generated
1
Cargo.lock
generated
|
@ -1844,6 +1844,7 @@ version = "0.2.0"
|
|||
dependencies = [
|
||||
"anyhow",
|
||||
"clap",
|
||||
"futures",
|
||||
"instrumentation",
|
||||
"progenitor",
|
||||
"reqwest",
|
||||
|
|
|
@ -32,6 +32,7 @@ clap = { version = "4.5.23", features = [
|
|||
"string",
|
||||
] }
|
||||
dropshot = "0.15.1"
|
||||
futures = "0.3"
|
||||
http = "1.2.0"
|
||||
once_cell = "1.20.2"
|
||||
progenitor = "0.8.0"
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue