From 96369928a757633df543837ffd1e9f537486869b Mon Sep 17 00:00:00 2001 From: Max Audron Date: Wed, 21 Jul 2021 18:25:16 +0200 Subject: change IRC MessageType to be a bitflag instead of enum the BufferSyncer object uses this type in a bitflag manner to indicate all the kinds of change that happened. bitflag still allows very enum esque usage so the change is okay for the Message object. --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 41a88e6..620f4e0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,6 +21,8 @@ time = "0.2" num-traits = "0.2" num-derive = "0.3" +bitflags = "1" + itertools = "0.10" libquassel-derive = { path = "./derive" } -- cgit v1.2.3