From 71b2d7cbca3e79dfebda6d4816bdb3568fb12eb7 Mon Sep 17 00:00:00 2001 From: mikoto Date: Sat, 24 Feb 2024 16:38:00 +0000 Subject: [PATCH] chore: removing bad imports --- crates/server/Cargo.toml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/crates/server/Cargo.toml b/crates/server/Cargo.toml index 1f9348d..4917232 100644 --- a/crates/server/Cargo.toml +++ b/crates/server/Cargo.toml @@ -20,8 +20,8 @@ axum = { workspace = true, features = ["tokio"] } anyhow = { workspace = true } dotenv = { workspace = true } http = { workspace = true } -openssl = { workspace = true, features = ["vendored"] } -openssl-sys = { workspace = true, features = ["vendored"] } +# openssl = { workspace = true, features = ["vendored"] } +# openssl-sys = { workspace = true, features = ["vendored"] } serde = { workspace = true, features = ["derive"] } tokio = { workspace = true, features = ["rt", "rt-multi-thread", "macros"] } tracing = { workspace = true } @@ -32,7 +32,3 @@ uuid = { workspace = true, features= ["serde"] } # Local Dependencies core = { path = "../core" } chrono = { version = "0.4.34", features = ["serde"] } -mime = { git = "https://github.com/hyperium/mime", version = "0.4.0-a.0" } -ruma-api = "0.20.1" -ruma-common = { version = "0.12.1", default-features = false, features = ["api", "rand"] } -api = "0.2.0"