third_party/rust/anstyle_query/BUILD.gn
rust_static_library("anstyle_query") {
sources = [
"//third_party/rust/vendor/anstyle-query/src/lib.rs",
"//third_party/rust/vendor/anstyle-query/src/windows.rs"
]
crate_root = "//third_party/rust/vendor/anstyle-query/src/lib.rs"
deps = [
]
}