diff options
| author | Joe Carstairs <me@joeac.net> | 2024-11-24 15:56:38 +0000 |
|---|---|---|
| committer | Joe Carstairs <me@joeac.net> | 2024-11-24 15:56:38 +0000 |
| commit | 366f3e98bafaa8a6d364d62496ab7139935bfdec (patch) | |
| tree | 2d8bedeef9a803a88d212e1e824af67465c59408 /rust/actualbudget_fakes/Cargo.toml | |
| parent | 1f5dcf9762a83d5972c0c8dbad22732505bf621c (diff) | |
AB fakes
Diffstat (limited to 'rust/actualbudget_fakes/Cargo.toml')
| -rw-r--r-- | rust/actualbudget_fakes/Cargo.toml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/rust/actualbudget_fakes/Cargo.toml b/rust/actualbudget_fakes/Cargo.toml new file mode 100644 index 0000000..9521f23 --- /dev/null +++ b/rust/actualbudget_fakes/Cargo.toml @@ -0,0 +1,8 @@ +[package] +name = "actualbudget_fakes" +version = "0.1.0" +edition = "2021" + +[dependencies] +actualbudget_models = { path = "../actualbudget_models" } +diesel = { workspace = true, features = ["sqlite"] } |
