Remove the derive-error dependency.
It depends on a way too old syn crate, let’s drop it.
This commit is contained in:
parent
d173254483
commit
ed28ba1a7d
3 changed files with 105 additions and 13 deletions
|
|
@ -2,9 +2,6 @@
|
|||
|
||||
//! XMPP implementation with asynchronous I/O using Tokio.
|
||||
|
||||
#[macro_use]
|
||||
extern crate derive_error;
|
||||
|
||||
mod starttls;
|
||||
mod stream_start;
|
||||
pub mod xmpp_codec;
|
||||
|
|
|
|||
Loading…
Reference in a new issue