add a few common used on_event handlers #6

Merged
sarah merged 6 commits from on_handlers into main 2022-07-22 16:39:32 +00:00
2 changed files with 0 additions and 2 deletions
Showing only changes of commit df81c9101b - Show all commits

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;