mirror of
https://gitlab.com/xmpp-rs/xmpp-rs.git
synced 2024-07-12 22:21:53 +00:00
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"
|
||||
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;
|
||||
|
|
Loading…
Reference in a new issue