summaryrefslogtreecommitdiff
path: root/rust/schist_models/Cargo.toml
diff options
context:
space:
mode:
authorJoe Carstairs <me@joeac.net>2024-11-24 15:45:04 +0000
committerJoe Carstairs <me@joeac.net>2024-11-24 15:56:01 +0000
commit1f5dcf9762a83d5972c0c8dbad22732505bf621c (patch)
tree5a1f5edd993733d48016ce2a8a8691b8f446858a /rust/schist_models/Cargo.toml
parent022795ffcaaa0d904c9f911d8a059885c2254278 (diff)
Swaps budget updates for budget drips
Diffstat (limited to 'rust/schist_models/Cargo.toml')
-rw-r--r--rust/schist_models/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/rust/schist_models/Cargo.toml b/rust/schist_models/Cargo.toml
index 6be4e21..a3e5021 100644
--- a/rust/schist_models/Cargo.toml
+++ b/rust/schist_models/Cargo.toml
@@ -13,4 +13,5 @@ schist_traits = { path = "../schist_traits" }
serde = { workspace = true, features = ["derive"] }
[dev-dependencies]
+libsqlite3-sys = { workspace = true, features = ["bundled"] }
schist_queries = { path = "../schist_queries" }