close tho

This commit is contained in:
Bel LaPointe
2024-05-15 22:53:34 -04:00
parent 66f533a210
commit 00813e39a9
3 changed files with 100 additions and 2 deletions

10
pttodoer/Cargo.lock generated
View File

@@ -70,6 +70,15 @@ version = "0.8.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "06ea2b9bc92be3c2baa9334a323ebca2d6f074ff852cd1d7b11064035cd3868f"
[[package]]
name = "croner"
version = "2.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "516aad5374ea0ea75a0f0f4512fb4e7ad46c5eeff9971cb8ebc8fd74f1cd16c1"
dependencies = [
"chrono",
]
[[package]]
name = "equivalent"
version = "1.0.1"
@@ -177,6 +186,7 @@ name = "pttodoer"
version = "0.1.0"
dependencies = [
"chrono",
"croner",
"regex",
"serde_yaml",
]