Initial commit

This commit is contained in:
2025-09-08 22:59:30 -04:00
commit 689666b522
4 changed files with 562 additions and 0 deletions

8
Cargo.toml Normal file
View File

@@ -0,0 +1,8 @@
[package]
name = "vimtoday"
version = "0.1.0"
edition = "2024"
[dependencies]
clap = { version = "4.5.47", features = ["derive"] }
chrono = "0.4"