first draft

This commit is contained in:
Philipp Hofer
2025-10-16 15:59:26 +02:00
commit 900c9872e1
8 changed files with 2212 additions and 0 deletions

9
Cargo.toml Normal file
View File

@@ -0,0 +1,9 @@
[package]
name = "fin"
version = "0.1.0"
edition = "2024"
[dependencies]
chrono = "0.4.42"
csv = "1.3"
serde = { version = "1", features = ["derive"] }