Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
cj81499 committed Aug 23, 2024
1 parent 219e1e7 commit 9a4b710
Show file tree
Hide file tree
Showing 6 changed files with 558 additions and 1,712 deletions.
8 changes: 7 additions & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,13 @@ bazel_dep(name = "aspect_bazel_lib", version = "2.7.9")
# ==================
# === rules_rust ===
# ==================
bazel_dep(name = "rules_rust", version = "0.49.1")
bazel_dep(name = "rules_rust", version = "0.49.3")

rust = use_extension("@rules_rust//rust:extensions.bzl", "rust")
rust.toolchain(edition = "2021", versions = ["1.80.0"])
# use_repo(rust, "rust_toolchains")
# register_toolchains("@rust_toolchains//:all")

crate = use_extension("@rules_rust//crate_universe:docs_bzlmod.bzl", "crate")
crate.from_cargo(
cargo_lockfile = "//:Cargo.lock",
Expand Down
Loading

0 comments on commit 9a4b710

Please sign in to comment.