This commit is contained in:
aozhiwei 2023-10-29 14:26:14 +08:00
parent 4fe57b7a7b
commit ce297e7e3a
2 changed files with 5 additions and 5 deletions

View File

@ -6,6 +6,6 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
r9 = { path = "../../third_party/r9" }
r9_macro = { path = "../../third_party/r9_macro" }
r9_macro_derive = { path = "../../third_party/r9_macro_derive" }
r9 = { path = "../../third_party/r9/r9" }
r9_macro = { path = "../../third_party/r9/r9_macro" }
r9_macro_derive = { path = "../../third_party/r9/r9_macro_derive" }

View File

@ -16,5 +16,5 @@ serde_json = "*"
syn = "1.0"
quote = "1.0"
r9_macro = { path = "../../third_party/r9_macro" }
r9_macro_derive = { path = "../../third_party/r9_macro_derive" }
r9_macro = { path = "../../third_party/r9/r9_macro" }
r9_macro_derive = { path = "../../third_party/r9/r9_macro_derive" }