diff options
Diffstat (limited to 'jabber/Cargo.toml')
-rw-r--r-- | jabber/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/jabber/Cargo.toml b/jabber/Cargo.toml index 0a50877..fbb776b 100644 --- a/jabber/Cargo.toml +++ b/jabber/Cargo.toml @@ -39,3 +39,4 @@ tracing-subscriber = { version = "0.3", default-features = false, features = [ "env-filter", "fmt", ] } +stanza = { version = "0.1.0", path = "../stanza", features = ["xep_0199"] } |