blob: 9400164f6446aa8f3758c5038224c03f354462e8 [file] [log] [blame]
# Copyright lowRISC contributors.
# Licensed under the Apache License, Version 2.0, see LICENSE for details.
# SPDX-License-Identifier: Apache-2.0
load("@rules_rust//rust:repositories.bzl", "rust_repositories")
load("//third_party/cargo:crates.bzl", "raze_fetch_remote_crates")
def rust_deps():
rust_repositories(
edition = "2018",
version = "1.58.0",
)
raze_fetch_remote_crates()