mirror of
https://github.com/pezkuwichain/pezkuwi-telemetry.git
synced 2026-05-08 19:17:59 +00:00
Clean up Cargo.toml
This commit is contained in:
@@ -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" }
|
||||
|
||||
Reference in New Issue
Block a user