blob: d450830e5ed858691729bcadf12efcebde5f81be [file] [log] [blame]
# Copyright 2022 The Fuchsia Authors.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
import("//build/rust/rustc_dylib.gni")
rustc_dylib("rust-shared") {
edition = "2018"
sources = [ "src/lib.rs" ]
deps = []
}