This commit is contained in:
2026-01-22 16:24:29 +01:00
parent 452cc87a57
commit a699022812
9 changed files with 973 additions and 14 deletions

9
autotodo/Cargo.toml Normal file
View File

@@ -0,0 +1,9 @@
[package]
name = "autotodo"
version = "0.1.0"
edition = "2024"
[dependencies]
chrono = { version = "0.4.43", features = ["serde"] }
ron = "0.12.0"
serde = { version = "1.0.228", features = ["derive"] }