optionally implement minidom::IntoAttributeValue

This commit is contained in:
Emmanuel Gil Peyrot 2017-07-29 05:11:30 +01:00
commit 5bd0feb178
2 changed files with 22 additions and 0 deletions

View file

@ -14,3 +14,4 @@ license = "LGPL-3.0+"
gitlab = { repository = "lumi/jid-rs" }
[dependencies]
minidom = { version = "0.4.4", optional = true }