blob: 5b7215773999b09a4bd0197a25e866c54e7a1b24 [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("ip-macro") {
name = "ip-macro"
version = "0.1.0"
deps = [
"//third_party/rust-crates/rustc_deps:quote"
]
}