forked from lavina/lavina
[xmpp] no panic!
This commit is contained in:
parent
7613055dde
commit
6a473f3ebb
|
@ -1347,6 +1347,7 @@ dependencies = [
|
|||
"anyhow",
|
||||
"assert_matches",
|
||||
"derive_more",
|
||||
"lavina-core",
|
||||
"lazy_static",
|
||||
"quick-xml",
|
||||
"regex",
|
||||
|
|
|
@ -4,6 +4,7 @@ edition = "2021"
|
|||
version.workspace = true
|
||||
|
||||
[dependencies]
|
||||
lavina-core.workspace = true
|
||||
quick-xml.workspace = true
|
||||
lazy_static.workspace = true
|
||||
regex.workspace = true
|
||||
|
|
Loading…
Reference in New Issue