dergchat/Cargo.toml
2023-12-07 17:20:11 +01:00

15 lines
403 B
TOML

[package]
name = "chatclient"
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.34.0"
log = "0.4.20"
env_logger = "0.10.1"
dioxus = "0.4.0"
dioxus-desktop = "0.4.0"
futures-util = "0.3.29"
xmpp = { git = "https://gitlab.com/xmpp-rs/xmpp-rs.git", rev="05a0b6cd8f870ff2fe9b773d7eefb8205b45f4b9"}