third_party/rust/anstyle/BUILD.gn
rust_static_library("anstyle") {
sources = [
"//third_party/rust/vendor/anstyle/src/macros.rs",
"//third_party/rust/vendor/anstyle/src/lib.rs",
"//third_party/rust/vendor/anstyle/src/reset.rs",
"//third_party/rust/vendor/anstyle/src/effect.rs",
"//third_party/rust/vendor/anstyle/src/color.rs",
"//third_party/rust/vendor/anstyle/src/style.rs"
]
crate_root = "//third_party/rust/vendor/anstyle/src/lib.rs"
deps = [
]
}