Clean up Cargo.toml

This commit is contained in:
Maciej Hirsz
2020-09-29 19:17:16 +02:00
parent 8bf1020c16
commit 9e4a0d938e
-10
View File
@@ -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" }