Rename the xmpp-parsers directory to parsers

This doesn’t change anything to the name of the crate, just makes
autocompletion easier by not sharing the same prefix as the xmpp crate.
This commit is contained in:
Emmanuel Gil Peyrot 2021-10-11 08:24:14 +02:00
parent 204b1f38eb
commit 9410849d7a
84 changed files with 2 additions and 2 deletions

View file

@ -2,8 +2,8 @@
members = [ # alphabetically sorted
"jid",
"minidom",
"parsers",
"tokio-xmpp",
"xmpp-parsers",
"xmpp",
]
@ -11,5 +11,5 @@ members = [ # alphabetically sorted
jid = { path = "jid" }
minidom = { path = "minidom" }
tokio-xmpp = { path = "tokio-xmpp" }
xmpp-parsers = { path = "xmpp-parsers" }
xmpp-parsers = { path = "parsers" }
xmpp = { path = "xmpp" }