# 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 = [] | |
} |