Vibe coded prototype.

This commit is contained in:
alexiondev
2026-04-04 18:53:07 +00:00
commit a98f2eee07
6 changed files with 963 additions and 0 deletions

13
Cargo.toml Normal file
View File

@@ -0,0 +1,13 @@
[package]
name = "DailyReceipts"
version = "0.1.0"
edition = "2024"
[dependencies]
axum = "0.7"
tokio = { version = "1.0", features = ["full"] }
# Add the derive feature here
serde = { version = "1.0", features = ["derive"] }
chrono = "0.4"
# Optional but helpful for debugging
axum-macros = "0.4"