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

[dependencies]
diesel = { workspace = true, features = ["sqlite"] }