add plugin infrastructure

This commit is contained in:
lumi 2017-02-20 16:28:51 +01:00
commit 83fdd9866c
9 changed files with 401 additions and 2 deletions

2
src/plugins/mod.rs Normal file
View file

@ -0,0 +1,2 @@
pub mod messaging;
pub mod presence;