blob: e7f13d95b32af169c86442f9bc305f263dfc53bb [file] [log] [blame]
# Copyright 2021 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("fuchsia_nix") {
sources = [ "src/lib.rs" ]
deps = [ "//third_party/rust_crates/compat/nix" ]
configs -= [ "//build/config/rust:allow_unused_results" ]
}