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