third_party/rust/darling/BUILD.gn
rust_static_library("darling") {
sources = [
"//third_party/rust/vendor/darling/src/lib.rs",
"//third_party/rust/vendor/darling/src/macros_public.rs"
]
crate_root = "//third_party/rust/vendor/darling/src/lib.rs"
deps = [
"//third_party/rust/darling_core",
"//third_party/rust/darling_macro"
]
}