aboutsummaryrefslogtreecommitdiffstats
path: root/stanza/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'stanza/Cargo.toml')
-rw-r--r--stanza/Cargo.toml8
1 files changed, 8 insertions, 0 deletions
diff --git a/stanza/Cargo.toml b/stanza/Cargo.toml
new file mode 100644
index 0000000..a1ba85f
--- /dev/null
+++ b/stanza/Cargo.toml
@@ -0,0 +1,8 @@
+[package]
+name = "stanza"
+version = "0.1.0"
+edition = "2021"
+
+[dependencies]
+peanuts = { version = "0.1.0", path = "../../peanuts" }
+jid = { version = "0.1.0", path = "../jid" }