Initial import of just-about-working version

This commit is contained in:
2026-04-30 15:46:22 +02:00
commit f8f1165db7
8 changed files with 2414 additions and 0 deletions

12
Cargo.toml Normal file
View File

@@ -0,0 +1,12 @@
[package]
name = "ynabmunger"
version = "0.1.0"
edition = "2024"
[dependencies]
clap = { version = "4.6.1", features = ["derive", "env"] }
csv = "1.4.0"
directories = "6.0.0"
reqwest = { version = "0.13.3", features = ["blocking"] }
serde = { version = "1.0.228", features = ["derive"] }
serde_json = "1.0.149"