blob: a4bfbd18f79f34136e33788fca85cf359993a566 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
[package]
name = "schist_actualbudget_importer"
version = "0.1.0"
edition = "2021"
[dependencies]
actualbudget_fakes = { path = "../actualbudget_fakes" }
actualbudget_models = { path = "../actualbudget_models" }
actualbudget_queries = { path = "../actualbudget_queries" }
anyhow = { workspace = true }
diesel = { workspace = true, features = ["sqlite"] }
itertools = { workspace = true }
libsqlite3-sys = { workspace = true, features = ["bundled"] }
schist_models = { path = "../schist_models" }
schist_queries = { path = "../schist_queries" }
schist_traits = { path = "../schist_traits" }
|