| # Copyright 2026 The Fuchsia Authors | |
| # | |
| # Use of this source code is governed by a MIT-style | |
| # license that can be found in the LICENSE file or at | |
| # https://opensource.org/licenses/MIT | |
| import("//build/rust/rustc_macro.gni") | |
| rustc_macro("rustenv_path") { | |
| edition = "2024" | |
| sources = [ "src/lib.rs" ] | |
| deps = [ | |
| "//third_party/rust_crates:quote", | |
| "//third_party/rust_crates:syn", | |
| ] | |
| } |