blob: 99ec6a5db05096b56dd1511cd7da9851cfa4ed37 [file] [log] [blame]
# 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_cdylib.gni")
rustc_cdylib("crust-shared") {
name = "crust_shared_rust"
edition = "2018"
public = [ "crust.h" ]
}