Add feature batch 2, subscription/recurring sync, smooth charts, and app icon

This commit is contained in:
2026-03-03 21:18:37 +02:00
parent f9e293c30e
commit 577cd54a9e
10102 changed files with 107853 additions and 1318 deletions

View File

@@ -3,6 +3,10 @@ name = "outlay-core"
version.workspace = true
edition.workspace = true
[[bin]]
name = "seed-demo"
path = "src/bin/seed_demo.rs"
[dependencies]
rusqlite = { version = "0.38", features = ["bundled"] }
serde = { version = "1", features = ["derive"] }
@@ -14,3 +18,5 @@ reqwest = { version = "0.13", features = ["json"] }
tokio = { version = "1", features = ["rt", "macros"] }
zip = "2"
thiserror = "2"
pdf-extract = "0.7"
rand = "0.8"