rustgn

11 commits
Updated 2026-05-09 17:23:41
third_party/rust/darling
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"
    ]
}