hixmpp/Cargo.toml

12 lines
250 B
TOML

[package]
name = "hixmpp"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
tokio = "1"
tokio-xmpp = "3.2.0"
xmpp-parsers = "0.19.2"
futures = "0.3.25"