You've already forked comprehensive-rust
mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-06-29 03:51:35 +02:00
@ -8,7 +8,7 @@ Specifically,
|
|||||||
|
|
||||||
```bob
|
```bob
|
||||||
+------------+ +----------------------+
|
+------------+ +----------------------+
|
||||||
"//third_party/rust" | crate name | "/v" | major semver version | "/:lib"
|
"//third_party/rust" | crate name | "/v" | major semver version | ":lib"
|
||||||
+------------+ +----------------------+
|
+------------+ +----------------------+
|
||||||
```
|
```
|
||||||
|
|
||||||
@ -20,4 +20,4 @@ rust_static_library("my_rust_lib") {
|
|||||||
sources = [ "lib.rs" ]
|
sources = [ "lib.rs" ]
|
||||||
deps = [ "//third_party/rust/example_rust_crate/v1:lib" ]
|
deps = [ "//third_party/rust/example_rust_crate/v1:lib" ]
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
Reference in New Issue
Block a user