diff options
author | Klaus Aehlig <klaus.aehlig@huawei.com> | 2025-02-12 14:34:57 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-02-12 14:34:57 +0100 |
commit | e5d4cd2160d122471de483b882aaad511414c26c (patch) | |
tree | 2de8aa38d0654788f224f8a1e248fce1085fa2da /etc/deps-rust/TARGETS.proc-macro2-1.0.93 | |
parent | 1d998983b4ff8c309f2b50b991a36cee151f012e (diff) | |
parent | 0d9f4fae4fe528cd23496e9803d90fd879000355 (diff) | |
download | hello-nix-e5d4cd2160d122471de483b882aaad511414c26c.tar.gz |
Merge pull request #7 from aehlig/update-2025-02-10
Update dependencies
Diffstat (limited to 'etc/deps-rust/TARGETS.proc-macro2-1.0.93')
-rw-r--r-- | etc/deps-rust/TARGETS.proc-macro2-1.0.93 | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/etc/deps-rust/TARGETS.proc-macro2-1.0.93 b/etc/deps-rust/TARGETS.proc-macro2-1.0.93 new file mode 100644 index 0000000..10fd58f --- /dev/null +++ b/etc/deps-rust/TARGETS.proc-macro2-1.0.93 @@ -0,0 +1,46 @@ +{ "proc_macro2": + { "type": ["@", "rules", "rust", "library"] + , "name": ["proc_macro2"] + , "crate_root": ["src/lib.rs"] + , "srcs": + [ "build.rs" + , "build/probe.rs" + , "src/marker.rs" + , "src/location.rs" + , "src/extra.rs" + , "src/rcvec.rs" + , "src/wrapper.rs" + , "src/detection.rs" + , "src/parse.rs" + , "src/fallback.rs" + , "src/lib.rs" + ] + , "edition": ["2021"] + , "arguments_config": + ["ARCH", "HOST_ARCH", "TARGET_ARCH", "ENV", "TOOLCHAIN_CONFIG"] + , "deps": [["@", "unicode-ident", "", "unicode_ident"]] + , "cargo_features": ["default", "proc-macro"] + , "stage": ["proc-macro2-1.0.93"] + , "version": ["1", "0", "93"] + , "pkg_name": ["proc-macro2"] + } +, "build_script": + { "type": ["@", "rules", "cargo", "build_script"] + , "name": ["build_script"] + , "crate_root": ["build.rs"] + , "arguments_config": + ["ARCH", "HOST_ARCH", "TARGET_ARCH", "ENV", "TOOLCHAIN_CONFIG"] + , "edition": ["2021"] + , "stage": ["proc-macro2-1.0.93"] + , "deps": [["@", "unicode-ident", "", "unicode_ident"]] + , "cargo_features": ["default", "proc-macro"] + , "version": ["1", "0", "93"] + , "pkg_name": ["proc-macro2"] + } +, "default": {"type": ["@", "rules", "cargo", "feature"], "name": ["default"]} +, "nightly": {"type": ["@", "rules", "cargo", "feature"], "name": ["nightly"]} +, "proc-macro": + {"type": ["@", "rules", "cargo", "feature"], "name": ["proc-macro"]} +, "span-locations": + {"type": ["@", "rules", "cargo", "feature"], "name": ["span-locations"]} +} |