Skip to content

Commit

Permalink
Removed a bunch of unused depends
Browse files Browse the repository at this point in the history
  • Loading branch information
wyatt-herkamp committed May 23, 2022
1 parent ce1be0d commit 3fd6fe7
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions backend/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,9 @@ build = "build.rs"
license-file = "../LICENSE"
[dependencies]
# Web
actix = "0.13.0"
actix-web = { version = "4.0.1", features = ["openssl"] }
actix-cors = "0.6.1"
actix-service = "2.0.2"
actix-multipart = "0.4.0"
openssl = { version = "0.10.40", features = ["v110"], optional = true }
actix-files = "0.6.0"
# Partly Web
Expand All @@ -25,9 +23,7 @@ r2d2_mysql = "21.0.0"
# Serde
serde = { version = "1.0.137", features = ["derive"] }
serde_json = "1.0.81"
futures = "0.3.21"
serde-xml-rs = "0.5.1"
serde_yaml = "0.8.24"
toml = "0.5.9"

# utils
Expand All @@ -36,13 +32,10 @@ rand_core = { version = "0.6.3", features = ["std"] }
rust-embed = { version = "6.4.0", features = ["interpolate-folder-path"] }
argon2 = "0.4.0"
chrono = "0.4.19"
regex = "1.5.5"
glob = "0.3.0"
regex = "1.5.6"
futures-util = "0.3.21"
time = "0.3.9"
base64 = "0.13.0"
tokio = "1.18.2"
uuid = { version = "1.0.0", features = ["serde", "v4"] }
colored = "2.0.0"
# Log
nitro_log = { git = "https://github.com/wherkamp/nitro_log", features=["chrono","colored"]}
Expand Down

0 comments on commit 3fd6fe7

Please sign in to comment.