Add sasl crate to the workspace
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
parent
b81c7e23df
commit
ff19e25ed8
1 changed files with 2 additions and 0 deletions
|
@ -3,6 +3,7 @@ members = [ # alphabetically sorted
|
|||
"jid",
|
||||
"minidom",
|
||||
"parsers",
|
||||
"sasl",
|
||||
"tokio-xmpp",
|
||||
"xmpp",
|
||||
]
|
||||
|
@ -10,6 +11,7 @@ members = [ # alphabetically sorted
|
|||
[patch.crates-io]
|
||||
jid = { path = "jid" }
|
||||
minidom = { path = "minidom" }
|
||||
sasl = { path = "sasl" }
|
||||
tokio-xmpp = { path = "tokio-xmpp" }
|
||||
xmpp-parsers = { path = "parsers" }
|
||||
xmpp = { path = "xmpp" }
|
||||
|
|
Loading…
Reference in a new issue