Add feature batch 2, subscription/recurring sync, smooth charts, and app icon
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user