summaryrefslogtreecommitdiff
path: root/rust/actualbudget_fakes/Cargo.toml
blob: 9521f23258c0a3eb7f3b680c14a0ca17a4f86553 (plain)
1
2
3
4
5
6
7
8
[package]
name = "actualbudget_fakes"
version = "0.1.0"
edition = "2021"

[dependencies]
actualbudget_models = { path = "../actualbudget_models" }
diesel = { workspace = true, features = ["sqlite"] }