mirror of
https://gitlab.com/xmpp-rs/xmpp-rs.git
synced 2024-07-12 22:21:53 +00:00
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:
parent
204b1f38eb
commit
9410849d7a
84 changed files with 2 additions and 2 deletions
|
@ -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" }
|
||||
|
|
Loading…
Reference in a new issue