Add sasl crate to the workspace

Maxime “pep” Buquet created

Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>

Change summary

Cargo.toml | 2 ++
1 file changed, 2 insertions(+)

Detailed changes

Cargo.toml 🔗

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