blob: 1f5365675bdac0eba76d5df54c3645dbb5bc41e4 [file] [log] [blame]
package(default_visibility = ["//visibility:public"])
load("/tools/build_rules/rust/rust", "rust_binary", "rust_doc")
rust_binary(
name = "hello_world",
srcs = ["src/main.rs"],
deps = ["//examples/rust/hello_lib"],
)
rust_doc(
name = "hello_world_doc",
dep = ":hello_world",
)