rustgn

11 commits
Updated 2026-05-09 17:23:41
third_party/rust/clap_derive
third_party/rust/clap_derive/BUILD.gn
rust_macro("clap_derive") {
    sources = [
        "//third_party/rust/vendor/clap_derive/src/macros.rs",
        "//third_party/rust/vendor/clap_derive/src/lib.rs",
        "//third_party/rust/vendor/clap_derive/src/attr.rs",
        "//third_party/rust/vendor/clap_derive/src/dummies.rs",
        "//third_party/rust/vendor/clap_derive/src/utils/spanned.rs",
        "//third_party/rust/vendor/clap_derive/src/utils/mod.rs",
        "//third_party/rust/vendor/clap_derive/src/utils/doc_comments.rs",
        "//third_party/rust/vendor/clap_derive/src/utils/ty.rs",
        "//third_party/rust/vendor/clap_derive/src/utils/error.rs",
        "//third_party/rust/vendor/clap_derive/src/item.rs",
        "//third_party/rust/vendor/clap_derive/src/derives/into_app.rs",
        "//third_party/rust/vendor/clap_derive/src/derives/mod.rs",
        "//third_party/rust/vendor/clap_derive/src/derives/parser.rs",
        "//third_party/rust/vendor/clap_derive/src/derives/subcommand.rs",
        "//third_party/rust/vendor/clap_derive/src/derives/value_enum.rs",
        "//third_party/rust/vendor/clap_derive/src/derives/args.rs"
    ]
    crate_root = "//third_party/rust/vendor/clap_derive/src/lib.rs"
    deps = [
        "//third_party/rust/heck",
        "//third_party/rust/proc_macro2",
        "//third_party/rust/quote",
        "//third_party/rust/syn"
    ]
}