blob: f5bd75585cbb8c1e53fe18965003f7fb729af8d8 [file] [log] [blame]
# Copyright 2018 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")
rustc_library("zerocopy-macro") {
name = "zerocopy-macro"
version = "0.1.0"
deps = [
"//third_party/rust-crates/rustc_deps:quote"
]
}