Flesh out plugins event handling, add example stdin plugin (event producer) and echo plugin (event consumer). Next step: fleshing out user/channel structs

This commit is contained in:
Adrian Malacoda
2017-02-13 00:22:06 -06:00
parent a31b060dd3
commit 26a6b77632
12 changed files with 180 additions and 19 deletions

View File

@@ -7,3 +7,4 @@ authors=["Adrian Malacoda <adrian.malacoda@monarch-pass.net>"]
hlua = "0.3"
discord = "0.7.0"
toml = "0.2.1"
crossbeam = "0.2"