This commit is contained in:
parent
66d53d227b
commit
36934fccfe
3 changed files with 26 additions and 6 deletions
12
Cargo.lock
generated
12
Cargo.lock
generated
|
@ -135,6 +135,17 @@ dependencies = [
|
|||
"serde",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "async-recursion"
|
||||
version = "1.1.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "3b43422f69d8ff38f95f1b2bb76517c91589a924d1559a0e935d7c8ce0274c11"
|
||||
dependencies = [
|
||||
"proc-macro2",
|
||||
"quote",
|
||||
"syn",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "async-stream"
|
||||
version = "0.3.6"
|
||||
|
@ -1976,6 +1987,7 @@ name = "pacco"
|
|||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"argh",
|
||||
"async-recursion",
|
||||
"based",
|
||||
"bytesize",
|
||||
"chrono",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue