1
0
mirror of https://gitlab.com/xmpp-rs/xmpp-rs.git synced 2024-06-11 18:54:03 +02:00

Add sasl crate to the workspace

Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
Maxime “pep” Buquet 2023-08-17 23:16:00 +02:00
parent b81c7e23df
commit ff19e25ed8

View File

@ -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" }