@@ -28,11 +28,11 @@ rust_binary(
28
28
data = ["gen/cmd/src/gen/include/cxx.h" ],
29
29
edition = "2021" ,
30
30
deps = [
31
- "//third-party :clap" ,
32
- "//third-party :codespan-reporting" ,
33
- "//third-party :proc-macro2" ,
34
- "//third-party :quote" ,
35
- "//third-party :syn" ,
31
+ "@third_party// :clap" ,
32
+ "@third_party// :codespan-reporting" ,
33
+ "@third_party// :proc-macro2" ,
34
+ "@third_party// :quote" ,
35
+ "@third_party// :syn" ,
36
36
],
37
37
)
38
38
@@ -55,9 +55,9 @@ rust_proc_macro(
55
55
srcs = glob (["macro/src/**/*.rs" ]),
56
56
edition = "2021" ,
57
57
deps = [
58
- "//third-party :proc-macro2" ,
59
- "//third-party :quote" ,
60
- "//third-party :syn" ,
58
+ "@third_party// :proc-macro2" ,
59
+ "@third_party// :quote" ,
60
+ "@third_party// :syn" ,
61
61
],
62
62
)
63
63
@@ -67,13 +67,13 @@ rust_library(
67
67
data = ["gen/build/src/gen/include/cxx.h" ],
68
68
edition = "2021" ,
69
69
deps = [
70
- "//third-party :cc" ,
71
- "//third-party :codespan-reporting" ,
72
- "//third-party :once_cell" ,
73
- "//third-party :proc-macro2" ,
74
- "//third-party :quote" ,
75
- "//third-party :scratch" ,
76
- "//third-party :syn" ,
70
+ "@third_party// :cc" ,
71
+ "@third_party// :codespan-reporting" ,
72
+ "@third_party// :once_cell" ,
73
+ "@third_party// :proc-macro2" ,
74
+ "@third_party// :quote" ,
75
+ "@third_party// :scratch" ,
76
+ "@third_party// :syn" ,
77
77
],
78
78
)
79
79
@@ -84,10 +84,10 @@ rust_library(
84
84
edition = "2021" ,
85
85
visibility = ["//visibility:public" ],
86
86
deps = [
87
- "//third-party :cc" ,
88
- "//third-party :codespan-reporting" ,
89
- "//third-party :proc-macro2" ,
90
- "//third-party :quote" ,
91
- "//third-party :syn" ,
87
+ "@third_party// :cc" ,
88
+ "@third_party// :codespan-reporting" ,
89
+ "@third_party// :proc-macro2" ,
90
+ "@third_party// :quote" ,
91
+ "@third_party// :syn" ,
92
92
],
93
93
)
0 commit comments