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

View file

@ -6,6 +6,7 @@ authors = ["lumi <lumi@pew.im>"]
[dependencies]
xml-rs = "*"
openssl = "*"
base64 = "*"
[dependencies.minidom]
git = "https://gitlab.com/lumi/minidom-rs.git"