dergchat/Cargo.toml

18 lines
511 B
TOML
Raw Normal View History

2023-12-07 11:17:52 -05:00
[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.3"
dioxus-desktop = "0.4.3"
dioxus-hot-reload = { version="0.4.3", features=["file_watcher"] }
2023-12-07 11:17:52 -05:00
futures-util = "0.3.29"
xmpp = { git = "https://gitlab.com/werner.kroneman/xmpp-rs.git", rev="ecd0be4aad985e9812626d6c4499c2586c158aba"}
keyring = "2.1.0"
jid = "0.10.0"