Skip to content

Commit

Permalink
Remove rules_rust dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Wyverald committed Oct 8, 2024
1 parent d9b08d7 commit 4329b89
Showing 1 changed file with 0 additions and 32 deletions.
32 changes: 0 additions & 32 deletions MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,6 @@ bazel_dep(
version = "0.28.0",
)

bazel_dep(
name = "rules_rust",
version = "0.45.1",
)

bazel_dep(
name = "platforms",
version = "0.0.8",
Expand Down Expand Up @@ -128,33 +123,6 @@ pip = use_extension("@rules_python//python/extensions:pip.bzl", "pip")

use_repo(pip, "pip_deps")

rust = use_extension("@rules_rust//rust:extensions.bzl", "rust")

rust.toolchain(edition = "2021")

use_repo(rust, "rust_toolchains")

register_toolchains("@rust_toolchains//:all")

crate = use_extension("@rules_rust//crate_universe:extension.bzl", "crate")

crate.spec(
package = "googletest",
version = ">0.0.0",
)

crate.spec(
package = "paste",
version = ">=1",
)

crate.from_specs()

use_repo(
crate,
crate_index = "crates",
)

maven = use_extension("@rules_jvm_external//:extensions.bzl", "maven")

maven.install(
Expand Down

0 comments on commit 4329b89

Please sign in to comment.