Use relative cargo paths when using local copy

This commit is contained in:
xmppftw xmppftw 2023-12-18 13:06:22 +01:00
commit ac4ffd2268
4 changed files with 11 additions and 7 deletions

View file

@ -20,11 +20,12 @@ gitlab = { repository = "xmpp-rs/xmpp-rs" }
[dependencies]
memchr = "2.5"
minidom = { version = "0.15", optional = true }
serde = { version = "1.0", features = ["derive"], optional = true }
stringprep = "0.1.3"
quote = { version = "1.0", optional = true }
proc-macro2 = { version = "1.0", optional = true }
# same repository dependencies
minidom = { version = "0.15", optional = true, path = "../minidom" }
[dev-dependencies]
serde_test = "1"