From 3a4b4a28b0d3db61ea5e32b69f544bb1e261fec2 Mon Sep 17 00:00:00 2001 From: Joe Carstairs Date: Sun, 17 Nov 2024 13:06:56 +0000 Subject: Removes unneeded dependencies --- rust/schist_backend/Cargo.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'rust/schist_backend/Cargo.toml') 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" } -- cgit v1.2.3