This commit is contained in:
Matthew Ryan Dillon 2025-05-10 15:37:35 -04:00
parent f3c3eb338e
commit d050cecc0e
5 changed files with 2038 additions and 0 deletions

11
Cargo.toml Normal file
View file

@ -0,0 +1,11 @@
[package]
name = "trmnl"
version = "0.1.0"
edition = "2021"
[dependencies]
serde = { version = "1.0", features = ["derive"] }
toml = "0.8"
reqwest = { version = "0.12", features = ["json", "blocking"] }
dirs = "5"
chrono = "0.4"