Sign in
pigweed
/
third_party
/
github
/
bazelbuild
/
rules_rust
/
88022d175adb48aa5f8904f95dfc716c543b3f1e
/
.
/
libc.BUILD
blob: 7e0aed714d40657a196d513b390951fb651369dd [
file
]
load
(
"@io_bazel_rules_rust//rust:rust.bzl"
,
"rust_library"
,
"rust_test"
)
package
(
default_visibility
=
[
"//visibility:public"
])
rust_library
(
name
=
"libc"
,
srcs
=
glob
([
"src/**/*.rs"
]),
)