blob: 7458ca675bc37abdc775fcc88d3db11221ed042f [file] [edit]
# Copyright 2026 The Fuchsia Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
import("//build/rust/rustc_macro.gni")
rustc_macro("kstring-macro") {
edition = "2024"
sources = [ "src/lib.rs" ]
}