Initial commit

This commit is contained in:
2025-07-28 20:54:58 +10:00
commit 57e44f0a2b
4 changed files with 1058 additions and 0 deletions

11
Cargo.toml Normal file
View File

@@ -0,0 +1,11 @@
[package]
name = "financial"
version = "0.1.0"
edition = "2024"
[dependencies]
axum = "0.8.4"
tokio = { version = "1.47.0", features = ["macros", "rt-multi-thread"] }
rusqlite = { version = "0.37.0", features = ["bundled"] }
serde = { version = "1.0.219", features = ["derive"]}
sha256 = "1.6.0"