Add bytes and futures dependency
This commit is contained in:
parent
991634b5b1
commit
23c86fac54
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -677,6 +677,8 @@ version = "0.1.0"
|
|||||||
dependencies = [
|
dependencies = [
|
||||||
"actix-web 1.0.0-alpha.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
"actix-web 1.0.0-alpha.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"badge 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
"badge 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
|
"bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
|
"futures 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"git2 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
"git2 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"openssl-probe 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
"openssl-probe 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"pretty_env_logger 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
"pretty_env_logger 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
|
@ -6,8 +6,10 @@ edition = "2018"
|
|||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
actix-web = "1.0.0-alpha.4"
|
actix-web = "1.0.0-alpha.4"
|
||||||
git2 = "0.8.0"
|
|
||||||
badge = "0.2.0"
|
badge = "0.2.0"
|
||||||
|
bytes = "0.4.12"
|
||||||
|
futures = "0.1.25"
|
||||||
|
git2 = "0.8.0"
|
||||||
openssl-probe = "0.1.2"
|
openssl-probe = "0.1.2"
|
||||||
structopt = "0.2.15"
|
|
||||||
pretty_env_logger = "0.3.0"
|
pretty_env_logger = "0.3.0"
|
||||||
|
structopt = "0.2.15"
|
||||||
|
Loading…
Reference in New Issue
Block a user