File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -795,7 +795,7 @@ Artifact-dependencies adds the following keys to a dependency declaration in `Ca
795
795
This field allows specifying which target will be built, and made available as a binary at build time:
796
796
797
797
* ` "bin" ` --- Compiled executable binaries, corresponding to all of the ` [[bin]] ` sections in the dependency's manifest.
798
- * ` "bin: ` * name* ` " ` --- Compiled executable binary, corresponding to a specific binary target specified by its name.
798
+ * ` "bin:<bin- name> " ` --- Compiled executable binary, corresponding to a specific binary target specified by the given ` <bin- name> ` .
799
799
* ` "cdylib" ` --- A C-compatible dynamic library, corresponding to a ` [lib] ` section with ` crate-type = ["cdylib"] ` in the dependency's manifest.
800
800
* ` "staticlib" ` --- A C-compatible static library, corresponding to a ` [lib] ` section with ` crate-type = ["staticlib"] ` in the dependency's manifest.
801
801
You can’t perform that action at this time.
0 commit comments