Sign in
pigweed
/
third_party
/
github
/
bazelbuild
/
rules_rust
/
da170ecc1539776737d980dd5528edc2bbb41983
/
.
/
test
/
integration
/
aliased_toolchains
/
BUILD.bazel
blob: 7a8192f5617f889309f213a477f71075ca54bf1d [
file
]
load
(
"@rules_rust//rust:defs.bzl"
,
"rust_library"
)
rust_library
(
name
=
"hello"
,
srcs
=
[
"hello.rs"
],
)