aboutsummaryrefslogtreecommitdiff
path: root/examples/crate_universe/alias_rule/cargo-bazel-lock_global_opt_annotation_dbg.json
diff options
context:
space:
mode:
Diffstat (limited to 'examples/crate_universe/alias_rule/cargo-bazel-lock_global_opt_annotation_dbg.json')
-rw-r--r--examples/crate_universe/alias_rule/cargo-bazel-lock_global_opt_annotation_dbg.json29
1 files changed, 19 insertions, 10 deletions
diff --git a/examples/crate_universe/alias_rule/cargo-bazel-lock_global_opt_annotation_dbg.json b/examples/crate_universe/alias_rule/cargo-bazel-lock_global_opt_annotation_dbg.json
index a5ac94b9..8ecd5336 100644
--- a/examples/crate_universe/alias_rule/cargo-bazel-lock_global_opt_annotation_dbg.json
+++ b/examples/crate_universe/alias_rule/cargo-bazel-lock_global_opt_annotation_dbg.json
@@ -1,5 +1,5 @@
{
- "checksum": "1b82dda14557e4dbc7c3bd4f159c573a3fce9e560481dbfccfb41c46930dea50",
+ "checksum": "a8e4b52992734f8c2f9b2353c83a4aefc9b02e848b7a7644de12e2d87e63d58f",
"crates": {
"direct-cargo-bazel-deps 0.0.1": {
"name": "direct-cargo-bazel-deps",
@@ -11,9 +11,12 @@
"Library": {
"crate_name": "direct_cargo_bazel_deps",
"crate_root": ".direct_cargo_bazel_deps.rs",
- "srcs": [
- "**/*.rs"
- ]
+ "srcs": {
+ "allow_empty": false,
+ "include": [
+ "**/*.rs"
+ ]
+ }
}
}
],
@@ -53,18 +56,24 @@
"Library": {
"crate_name": "test_data_passing_crate",
"crate_root": "src/lib.rs",
- "srcs": [
- "**/*.rs"
- ]
+ "srcs": {
+ "allow_empty": false,
+ "include": [
+ "**/*.rs"
+ ]
+ }
}
},
{
"BuildScript": {
"crate_name": "build_script_build",
"crate_root": "build.rs",
- "srcs": [
- "**/*.rs"
- ]
+ "srcs": {
+ "allow_empty": false,
+ "include": [
+ "**/*.rs"
+ ]
+ }
}
}
],