blob: 92bb08b366063762f0c421d5d583d6580e7ebc52 [file] [log] [blame]
# Copyright 2019 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("never") {
name = "never"
version = "0.1.0"
edition = "2018"
sources = [ "src/lib.rs" ]
}