blob: 3529a0186a1843f4e6e059355388b0819ae7dfbf [file] [log] [blame] [edit]
# 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")
rustc_library("fakealloc") {
name = "fakealloc"
version = "0.1.0"
edition = "2018"
sources = [ "src/lib.rs" ]
}