blob: 4d21bbf6e3039d5bfcd715a1f49148acfea19a92 [file] [log] [blame]
# Copyright 2020 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_library.gni")
if (host_toolchain == current_toolchain) {
rustc_library("config-macros") {
name = "config_macros"
version = "0.1.0"
edition = "2018"
deps = [
"proc_macro:config-proc-macros",
"//third_party/rust_crates:proc-macro-hack",
]
}
}