diff options
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -25,6 +25,9 @@ bitflags = "1" itertools = "0.10" +crossbeam-channel = "0.5" +once_cell = "1" + libquassel-derive = { path = "./derive" } bytes = { version = "1.0", optional = true } |
