forked from lavina/lavina
13 lines
243 B
TOML
13 lines
243 B
TOML
|
[package]
|
||
|
name = "proto-xmpp"
|
||
|
edition = "2021"
|
||
|
version.workspace = true
|
||
|
|
||
|
[dependencies]
|
||
|
quick-xml.workspace = true
|
||
|
lazy_static.workspace = true
|
||
|
regex.workspace = true
|
||
|
anyhow.workspace = true
|
||
|
tokio.workspace = true
|
||
|
derive_more.workspace = true
|