summaryrefslogtreecommitdiff
path: root/rust/schist_backend
diff options
context:
space:
mode:
Diffstat (limited to 'rust/schist_backend')
-rw-r--r--rust/schist_backend/Cargo.toml3
1 files changed, 1 insertions, 2 deletions
diff --git a/rust/schist_backend/Cargo.toml b/rust/schist_backend/Cargo.toml
index 2b4f843..1faa9d8 100644
--- a/rust/schist_backend/Cargo.toml
+++ b/rust/schist_backend/Cargo.toml
@@ -8,10 +8,9 @@ chrono = { workspace = true, features = ["serde"] }
cfg-if = { workspace = true }
diesel = { workspace = true, features = ["sqlite"] }
diesel_migrations = { workspace = true }
-dotenvy = { workspace = true }
+libsqlite3-sys = { workspace = true, features = ["bundled"] }
rocket = { workspace = true, features = ["json"] }
rocket_sync_db_pools = { workspace = true, features = ["diesel_sqlite_pool"] }
-rusqlite = { workspace = true, features = ["bundled"] }
schist_models = { path = "../schist_models" }
schist_queries = { path = "../schist_queries" }
schist_schema = { path = "../schist_schema" }