Initial commit

This commit is contained in:
Scott Windsor
2025-05-04 15:43:46 -04:00
commit 6610503795
5 changed files with 544 additions and 0 deletions

8
Cargo.toml Normal file
View File

@@ -0,0 +1,8 @@
[package]
name = "tclock"
version = "0.1.0"
edition = "2024"
[dependencies]
chrono = "0.4.41"
gemini-engine = "1.2.0"