summaryrefslogtreecommitdiff
path: root/src/rexmpp_rust.rs
diff options
context:
space:
mode:
authordefanor <defanor@uberspace.net>2023-06-18 17:38:35 +0300
committerdefanor <defanor@uberspace.net>2023-06-18 17:38:35 +0300
commitc12a24ef337889ed1f980cce2baf78ac6bd0ee93 (patch)
treeb4a5e6f08e702336057872162a26655b43e957e1 /src/rexmpp_rust.rs
parent931847c9c0d170410ec210ab558f3bbf6902355b (diff)
Duplicate most of the XML functions in Rust, use Cargo
Diffstat (limited to 'src/rexmpp_rust.rs')
-rw-r--r--src/rexmpp_rust.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/rexmpp_rust.rs b/src/rexmpp_rust.rs
new file mode 100644
index 0000000..9fa3ae4
--- /dev/null
+++ b/src/rexmpp_rust.rs
@@ -0,0 +1,2 @@
+mod rexmpp_socks;
+mod rexmpp_xml;