diff --git a/Cargo.toml b/Cargo.toml index 49e5197..83cd98a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,5 +7,4 @@ edition = "2021" [dependencies] libcwtch = "0.4.0" -serde_json = "1.0" chrono = "0.4.19" \ No newline at end of file diff --git a/src/imp.rs b/src/imp.rs index c1887d9..4fa6d04 100644 --- a/src/imp.rs +++ b/src/imp.rs @@ -3,7 +3,6 @@ use libcwtch::structs::*; use libcwtch::CwtchLib; use libcwtch::event::{ConversationID, Event}; -use serde_json; use crate::behaviour::{Behaviour, NewContactPolicy}; use crate::behaviour::NewContactPolicy::AllowList;