third_party/rust/anstyle_parse/BUILD.gn
rust_static_library("anstyle_parse") {
sources = [
"//third_party/rust/vendor/anstyle-parse/src/params.rs",
"//third_party/rust/vendor/anstyle-parse/src/lib.rs",
"//third_party/rust/vendor/anstyle-parse/src/state/mod.rs",
"//third_party/rust/vendor/anstyle-parse/src/state/codegen.rs",
"//third_party/rust/vendor/anstyle-parse/src/state/definitions.rs",
"//third_party/rust/vendor/anstyle-parse/src/state/table.rs"
]
crate_root = "//third_party/rust/vendor/anstyle-parse/src/lib.rs"
deps = [
"//third_party/rust/utf8parse"
]
}