hixmpp/Cargo.toml

11 lines
231 B
TOML
Raw Normal View History

2023-01-05 13:36:21 +00:00
[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"