add plugin infrastructure
This commit is contained in:
parent
8883f343b7
commit
83fdd9866c
9 changed files with 401 additions and 2 deletions
2
src/plugins/mod.rs
Normal file
2
src/plugins/mod.rs
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
pub mod messaging;
|
||||
pub mod presence;
|
||||
Loading…
Reference in a new issue