From fefea214d392c306d1b9c54baa9a5762d702e12c Mon Sep 17 00:00:00 2001 From: cel 🌸 Date: Tue, 20 Jun 2023 14:54:05 +0100 Subject: remove database --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 37d5e82..d88284e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,8 +7,8 @@ edition = "2021" [dependencies] rocket = { version = "0.5.0-rc.2", features = ["json"] } -sqlx = { version = "0.5", default-features = false, features = ["macros", "offline", "migrate"] } -rocket_db_pools = { version = "0.1.0-rc.2", features = ["sqlx_sqlite"] } +# sqlx = { version = "0.5", default-features = false, features = ["macros", "offline", "migrate"] } +# rocket_db_pools = { version = "0.1.0-rc.2", features = ["sqlx_sqlite"] } reqwest = { version = "0.11", features = ["json"] } mastodon-async = "1.1" tokio = { version = "1", features = ["full"] } -- cgit