blob: 05326285484b5bcceda29c3c1c2ff7503f5a35a8 [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_staticlib.gni")
rustc_staticlib("crust") {
public = [
"crust.h",
]
}