• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1// This file is generated by cargo_embargo.
2// Do not modify this file after the first "rust_*" or "genrule" module
3// because the changes will be overridden on upgrade.
4// Content before the first "rust_*" or "genrule" module is preserved.
5
6rust_library_host_rlib {
7    name: "libunsafe_libyaml",
8    crate_name: "unsafe_libyaml",
9    cargo_env_compat: true,
10    cargo_pkg_version: "0.2.10",
11    crate_root: "src/lib.rs",
12    edition: "2021",
13}
14
15rust_binary_host {
16    name: "run_emitter_test_suite",
17    crate_name: "run_emitter_test_suite",
18    cargo_env_compat: true,
19    cargo_pkg_version: "0.2.10",
20    crate_root: "src/bin/run-emitter-test-suite.rs",
21    edition: "2021",
22    rustlibs: ["libunsafe_libyaml"],
23}
24
25rust_binary_host {
26    name: "run_parser_test_suite",
27    crate_name: "run_parser_test_suite",
28    cargo_env_compat: true,
29    cargo_pkg_version: "0.2.10",
30    crate_root: "src/bin/run-parser-test-suite.rs",
31    edition: "2021",
32    rustlibs: ["libunsafe_libyaml"],
33}
34