| // This file is generated by cargo_embargo. |
| // Do not modify this file after the first "rust_*" or "genrule" module |
| // because the changes will be overridden on upgrade. |
| // Content before the first "rust_*" or "genrule" module is preserved. |
| |
| rust_library_host_rlib { |
| name: "libunsafe_libyaml", |
| crate_name: "unsafe_libyaml", |
| cargo_env_compat: true, |
| cargo_pkg_version: "0.2.10", |
| crate_root: "src/lib.rs", |
| edition: "2021", |
| } |
| |
| rust_binary_host { |
| name: "run_emitter_test_suite", |
| crate_name: "run_emitter_test_suite", |
| cargo_env_compat: true, |
| cargo_pkg_version: "0.2.10", |
| crate_root: "src/bin/run-emitter-test-suite.rs", |
| edition: "2021", |
| rustlibs: ["libunsafe_libyaml"], |
| } |
| |
| rust_binary_host { |
| name: "run_parser_test_suite", |
| crate_name: "run_parser_test_suite", |
| cargo_env_compat: true, |
| cargo_pkg_version: "0.2.10", |
| crate_root: "src/bin/run-parser-test-suite.rs", |
| edition: "2021", |
| rustlibs: ["libunsafe_libyaml"], |
| } |