| # Copyright lowRISC contributors. |
| # Licensed under the Apache License, Version 2.0, see LICENSE for details. |
| # SPDX-License-Identifier: Apache-2.0 |
| load("//rules:cargo.bzl", "cargo_raze") |
| load("@rules_rust//rust:defs.bzl", "rust_analyzer") |
| package(default_visibility = ["//visibility:public"]) |
| "python-requirements.txt", |
| "check_tool_requirements.core", |
| name = "gen_rust_project", |
| actual = "@rules_rust//tools/rust_analyzer:gen_rust_project", |
| # Do not use directly, run `:gen_rust_project` instead. |
| "//sw/host/opentitanlib:opentitanlib", |
| "//sw/host/opentitanlib/opentitantool_derive:opentitantool_derive", |
| "//sw/host/opentitansession:opentitansession", |
| "//sw/host/opentitantool:opentitantool", |
| "third_party/rust/crates/Cargo.toml", |