blob: 7e1227d53350da696c9aa5044d4bf47bdb62151a [file] [log] [blame]
# 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.
module(
name = "sample_drivers",
version = "0.0.1",
)
bazel_dep(name = "platforms", version = "1.0.0")
# TODO(https://fxbug.dev/308624902): The following are transitive dependencies.
# Delete these once we declare `@fuchsia_infra` here instead of `WORKSPACE.bzlmod`.
bazel_dep(name = "bazel_skylib", version = "1.8.1")
bazel_dep(name = "rules_python", version = "1.1.0")
bazel_dep(name = "rules_cc", version = "0.2.0")