From 9e4a0d938eeb23979e123e3f8853ea07e122af09 Mon Sep 17 00:00:00 2001 From: Maciej Hirsz Date: Tue, 29 Sep 2020 19:17:16 +0200 Subject: [PATCH] Clean up Cargo.toml --- backend/Cargo.toml | 10 ---------- 1 file changed, 10 deletions(-) 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" }