Skip to content

Commit

Permalink
chore: removing bad imports
Browse files Browse the repository at this point in the history
  • Loading branch information
avdb13 committed Feb 24, 2024
1 parent cd39d60 commit 71b2d7c
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions crates/server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
Expand All @@ -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"

0 comments on commit 71b2d7c

Please sign in to comment.