diff --git a/backend/Cargo.toml b/backend/Cargo.toml index 2f2380b..6f70a4f 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -11,11 +11,6 @@ actix-rt = "1.1.1" actix-web = "3.0.1" actix-web-actors = "3.0.0" actix-http = "2.0.0" -# actix = "0.8" -# actix-web = { git = "https://github.com/maciejhirsz/actix-web" } -# actix-web-actors = { git = "https://github.com/maciejhirsz/actix-web" } -# actix-http = { git = "https://github.com/maciejhirsz/actix-web" } -# bytes = "0.4" bytes = "0.5.6" chrono = { version = "0.4", features = ["serde"] } fnv = "1.0.6" @@ -33,8 +28,3 @@ clap = "3.0.0-beta.1" [profile.release] lto = true panic = "abort" - -# [patch.crates-io] -# actix-web = { git = "https://github.com/maciejhirsz/actix-web" } -# actix-web-actors = { git = "https://github.com/maciejhirsz/actix-web" } -# actix-http = { git = "https://github.com/maciejhirsz/actix-web" }