diff options
| author | Max Audron <audron@cocaine.farm> | 2021-07-21 18:25:16 +0200 |
|---|---|---|
| committer | Max Audron <audron@cocaine.farm> | 2021-07-21 18:28:09 +0200 |
| commit | 96369928a757633df543837ffd1e9f537486869b (patch) | |
| tree | 6be680de0a09afb4219cbdaa6340d86079acf08d /Cargo.toml | |
| parent | fix network object (diff) | |
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.
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -21,6 +21,8 @@ time = "0.2" num-traits = "0.2" num-derive = "0.3" +bitflags = "1" + itertools = "0.10" libquassel-derive = { path = "./derive" } |
