diff options
Diffstat (limited to 'actualbudget_fakes/Cargo.toml')
| -rw-r--r-- | actualbudget_fakes/Cargo.toml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/actualbudget_fakes/Cargo.toml b/actualbudget_fakes/Cargo.toml new file mode 100644 index 0000000..9521f23 --- /dev/null +++ b/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"] } |
