blob: 6e2b7a9d3e757511bc08b1c8b1535f08f7663526 [file]
# Copyright 2026 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("zr") {
edition = "2024"
sources = [
"src/lib.rs",
"src/opaque.rs",
"src/static_assert.rs",
]
}