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",
|
||||
"assert_matches",
|
||||
"derive_more",
|
||||
"lavina-core",
|
||||
"lazy_static",
|
||||
"quick-xml",
|
||||
"regex",
|
||||
|
|
|
@ -4,7 +4,6 @@ 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