drop serde dep

This commit is contained in:
Dan Ballard 2022-07-21 17:04:57 -07:00
parent 63efec6655
commit df81c9101b
2 changed files with 0 additions and 2 deletions

View File

@ -7,5 +7,4 @@ edition = "2021"
[dependencies]
libcwtch = "0.4.0"
serde_json = "1.0"
chrono = "0.4.19"

View File

@ -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;