checkpoint
This commit is contained in:
parent
27470083dc
commit
3b79aa21d2
3 changed files with 56 additions and 15 deletions
10
Cargo.lock
generated
10
Cargo.lock
generated
|
@ -148,6 +148,15 @@ version = "1.10.1"
|
|||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a"
|
||||
|
||||
[[package]]
|
||||
name = "camino"
|
||||
version = "1.1.11"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "5d07aa9a93b00c76f71bc35d598bed923f6d4f3a9ca5c24b7737ae1a292841c0"
|
||||
dependencies = [
|
||||
"serde",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "cc"
|
||||
version = "1.2.32"
|
||||
|
@ -1860,6 +1869,7 @@ version = "0.1.0"
|
|||
dependencies = [
|
||||
"anyhow",
|
||||
"base64",
|
||||
"camino",
|
||||
"chrono",
|
||||
"chrono-tz",
|
||||
"clap",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue