checkpoint

This commit is contained in:
_ 2025-08-14 01:45:43 +00:00
parent 27470083dc
commit 3b79aa21d2
3 changed files with 56 additions and 15 deletions

10
Cargo.lock generated
View file

@ -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",