rm unused dep tendril
This commit is contained in:
parent
2a17ffc624
commit
0e4941dc7a
2 changed files with 0 additions and 2 deletions
|
@ -15,7 +15,6 @@ tokio-io = "0.1"
|
||||||
tokio-codec = "0.1"
|
tokio-codec = "0.1"
|
||||||
bytes = "0.4.9"
|
bytes = "0.4.9"
|
||||||
xml5ever = "0.12"
|
xml5ever = "0.12"
|
||||||
tendril = "0.4"
|
|
||||||
minidom = "0.9"
|
minidom = "0.9"
|
||||||
# TODO: update to 0.2.0
|
# TODO: update to 0.2.0
|
||||||
native-tls = "0.1"
|
native-tls = "0.1"
|
||||||
|
|
|
@ -4,7 +4,6 @@ extern crate tokio_io;
|
||||||
extern crate tokio_codec;
|
extern crate tokio_codec;
|
||||||
extern crate bytes;
|
extern crate bytes;
|
||||||
extern crate xml5ever;
|
extern crate xml5ever;
|
||||||
extern crate tendril;
|
|
||||||
extern crate quick_xml;
|
extern crate quick_xml;
|
||||||
extern crate minidom;
|
extern crate minidom;
|
||||||
extern crate native_tls;
|
extern crate native_tls;
|
||||||
|
|
Loading…
Reference in a new issue