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