Cargo.toml 🔗
@@ -15,7 +15,6 @@ tokio-io = "0.1"
tokio-codec = "0.1"
bytes = "0.4.9"
xml5ever = "0.12"
-tendril = "0.4"
minidom = "0.9"
# TODO: update to 0.2.0
native-tls = "0.1"
Astro created
Cargo.toml | 1 -
src/lib.rs | 1 -
2 files changed, 2 deletions(-)
@@ -15,7 +15,6 @@ tokio-io = "0.1"
tokio-codec = "0.1"
bytes = "0.4.9"
xml5ever = "0.12"
-tendril = "0.4"
minidom = "0.9"
# TODO: update to 0.2.0
native-tls = "0.1"
@@ -4,7 +4,6 @@ extern crate tokio_io;
extern crate tokio_codec;
extern crate bytes;
extern crate xml5ever;
-extern crate tendril;
extern crate quick_xml;
extern crate minidom;
extern crate native_tls;