diff --git a/minidom-rs/CHANGELOG.md b/minidom-rs/CHANGELOG.md index 65649775..26544766 100644 --- a/minidom-rs/CHANGELOG.md +++ b/minidom-rs/CHANGELOG.md @@ -4,6 +4,7 @@ Version XXX, released YYY: * PartialEq implementation for Element and Node have been changed to ensure namespaces match even if the objects are slightly different. * Changes + * Explicitely focus on XMPP * Update edition to 2018 * Add NSChoice enum to allow comparing NSs differently * Fixes diff --git a/minidom-rs/Cargo.toml b/minidom-rs/Cargo.toml index ee233d86..262aca0f 100644 --- a/minidom-rs/Cargo.toml +++ b/minidom-rs/Cargo.toml @@ -13,7 +13,7 @@ homepage = "https://gitlab.com/xmpp-rs/xmpp-rs" repository = "https://gitlab.com/xmpp-rs/xmpp-rs" documentation = "https://docs.rs/minidom" readme = "README.md" -keywords = ["xml"] +keywords = ["xml", "xmpp"] license = "MIT" edition = "2018" diff --git a/minidom-rs/README.md b/minidom-rs/README.md index 93582491..93fd482a 100644 --- a/minidom-rs/README.md +++ b/minidom-rs/README.md @@ -4,7 +4,8 @@ minidom-rs What's this? ------------ -A minimal DOM library on top of quick-xml. +A minimal DOM library on top of quick-xml. targeting exclusively the subset of +XML useful for XMPP. What license is it under? -------------------------