From df81c9101b2fd8f41b2f3b5c6810fe925d120312 Mon Sep 17 00:00:00 2001 From: Dan Ballard Date: Thu, 21 Jul 2022 17:04:57 -0700 Subject: [PATCH] drop serde dep --- Cargo.toml | 1 - src/imp.rs | 1 - 2 files changed, 2 deletions(-) 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;