Cargo.toml: Remove custom paths for xmpp-rs deps
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
parent
8322f5e11f
commit
da12752d50
1 changed files with 0 additions and 6 deletions
|
@ -15,9 +15,3 @@ log = "^0.4"
|
||||||
tokio = "^1.20"
|
tokio = "^1.20"
|
||||||
tokio-xmpp = { version = "^3.2", default-features = false, features = ["tls-rust"] }
|
tokio-xmpp = { version = "^3.2", default-features = false, features = ["tls-rust"] }
|
||||||
xmpp-parsers = { version = "^0.19", features = ["component"] }
|
xmpp-parsers = { version = "^0.19", features = ["component"] }
|
||||||
|
|
||||||
[patch.crates-io]
|
|
||||||
jid = { path = "../xmpp-rs/jid" }
|
|
||||||
minidom = { path = "../xmpp-rs/minidom" }
|
|
||||||
tokio-xmpp = { path = "../xmpp-rs/tokio-xmpp" }
|
|
||||||
xmpp-parsers = { path = "../xmpp-rs/parsers" }
|
|
||||||
|
|
Loading…
Reference in a new issue