| # Copyright lowRISC contributors. |
| # Licensed under the Apache License, Version 2.0, see LICENSE for details. |
| # SPDX-License-Identifier: Apache-2.0 |
| authors = ["lowRISC contributors"] |
| # TODO(cfrantz): work with cr1901 to release 0.3.0. |
| safe-ftdi = { git = "https://github.com/cr1901/safe-ftdi" } |
| # We depend on mundane, but `cargo raze` can't auto generate bazel rules for it. |
| # In order to not break the current meson-based build system, we'll leave |
| # mundane as a dependency. To regenerate the bazel dependency rules via |
| # `cargo raze`, you'll have to temporarily comment out `mundane`. |
| serde = { version="1", features=["serde_derive"] } |
| opentitantool_derive = {path = "opentitantool_derive"} |
| [package.metadata.raze.crates.libudev-sys.'0.1.4'] |
| "@//third_party/cargo/patches:libudev-sys-0.1.4.patch" |