blob: 1041845c1bf3849c30bcb1c11e3d5c577951259c [file] [log] [blame]
# Copyright 2022 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.
load("@rules_rust//rust:defs.bzl", "rust_library")
# For now, this duplicates the definition in BUILD.gn
rust_library(
name = "fuchsia-cprng",
srcs = glob(["fuchsia-cprng/src/**/*.rs"]),
edition = "2021",
)