From 68daf75e915a6235490dfc4306610d393dc10474 Mon Sep 17 00:00:00 2001
From: Nikolay Kim ntex
This is personal project, please, do not use it
- + [](https://travis-ci.org/fafhrd91/ntex) [](https://codecov.io/gh/fafhrd91/ntex)
+ +## License + +This project is licensed under + +* MIT license ([LICENSE-MIT](LICENSE-MIT) or [http://opensource.org/licenses/MIT](http://opensource.org/licenses/MIT)) diff --git a/ntex/Cargo.toml b/ntex/Cargo.toml index 31af2977..4dc3c4e1 100644 --- a/ntex/Cargo.toml +++ b/ntex/Cargo.toml @@ -51,6 +51,7 @@ actix-tls = { version = "1.0.0" } base64 = "0.11" bitflags = "1.2" bytes = "0.5.3" +bytestring = "0.1.4" derive_more = "0.99.2" either = "1.5.3" encoding_rs = "0.8"