1
This commit is contained in:
parent
ce297e7e3a
commit
7d222040b1
@ -6,6 +6,6 @@ edition = "2021"
|
|||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
r9 = { path = "../../third_party/r9/r9" }
|
r9 = { path = "../../r9/r9" }
|
||||||
r9_macro = { path = "../../third_party/r9/r9_macro" }
|
r9_macro = { path = "../../r9/r9_macro" }
|
||||||
r9_macro_derive = { path = "../../third_party/r9/r9_macro_derive" }
|
r9_macro_derive = { path = "../../r9/r9_macro_derive" }
|
||||||
|
@ -16,5 +16,5 @@ serde_json = "*"
|
|||||||
syn = "1.0"
|
syn = "1.0"
|
||||||
quote = "1.0"
|
quote = "1.0"
|
||||||
|
|
||||||
r9_macro = { path = "../../third_party/r9/r9_macro" }
|
r9_macro = { path = "../../r9/r9_macro" }
|
||||||
r9_macro_derive = { path = "../../third_party/r9/r9_macro_derive" }
|
r9_macro_derive = { path = "../../r9/r9_macro_derive" }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user