split the jid module off into its own crate

This commit is contained in:
lumi 2017-02-27 15:41:00 +01:00
commit e94c582359
3 changed files with 4 additions and 312 deletions

View file

@ -19,3 +19,6 @@ xml-rs = "0.3.6"
openssl = "0.9.7"
base64 = "0.4.0"
minidom = "0.1.0"
[dependencies.jid]
git = "https://gitlab.com/lumi/jid-rs.git"