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