summaryrefslogtreecommitdiff
path: root/rust/Cargo.toml
diff options
context:
space:
mode:
authorJoe Carstairs <me@joeac.net>2024-11-17 13:06:56 +0000
committerJoe Carstairs <me@joeac.net>2024-11-17 13:06:56 +0000
commit3a4b4a28b0d3db61ea5e32b69f544bb1e261fec2 (patch)
treedc02399238013ef9da0f94e7a3b5e09e0e9135b0 /rust/Cargo.toml
parent19f5040910ad297ecd618f67675cd2fa00771bdd (diff)
Removes unneeded dependencies
Diffstat (limited to 'rust/Cargo.toml')
-rw-r--r--rust/Cargo.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/rust/Cargo.toml b/rust/Cargo.toml
index 9c7ac98..0bb2d0e 100644
--- a/rust/Cargo.toml
+++ b/rust/Cargo.toml
@@ -22,5 +22,4 @@ dotenvy = "0.15.7"
libsqlite3-sys = { version = "0.30.1" }
rocket = { version = "0.5.1" }
rocket_sync_db_pools = { version = "0.1.0" }
-rusqlite = { version = "0.32.1" }
serde = { version = "1.0.209", features = ["derive"] }