Use relative cargo paths when using local copy
This commit is contained in:
parent
a6b07d4435
commit
ac4ffd2268
4 changed files with 11 additions and 7 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue