Sign in
gn
/
gn
/
f792b9756418af8ab8a91a4c15b582431cb86ff9
/
.
/
examples
/
rust_example
/
hello_world
/
foo
/
src
/
BUILD.gn
blob: 7525454cadeb2e7f3e364b9bb5a37a6b6c07c0a3 [
file
] [
log
] [
blame
]
rust_library
(
"foo"
)
{
sources
=
[
"lib.rs"
]
deps
=
[
"//hello_world/bar/src:bar"
]
}