16 lines
466 B
TOML
16 lines
466 B
TOML
|
[package]
|
||
|
name = "xmpp-client"
|
||
|
version = "0.1.0"
|
||
|
edition = "2021"
|
||
|
|
||
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||
|
|
||
|
[dependencies]
|
||
|
adw = { package = "libadwaita", version = "0.6", features = ["v1_5"] }
|
||
|
gtk = { package = "gtk4", version = "0.8", features = ["v4_14"] }
|
||
|
chrono = { version = "0.4.38", default-features = false, features = ["alloc"] }
|
||
|
nom = "7.1.3"
|
||
|
html-escape = "0.2.13"
|
||
|
hsluv = "0.3.1"
|
||
|
sha1 = "0.10.6"
|