Sign in
gn
/
gn
/
a3b7eb088362eae99f396717930c1f0bf61a19a2
/
.
/
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"
]
}