rustgn

11 commits
Updated 2026-05-09 17:23:41
third_party/rust
third_party/rust/Cargo.toml
[package]
name = "third_party_rust"
version = "0.1.0"

[[bin]]
name = "dummy"
path = "build.rs" # We need to put something so let's just use this one

[dependencies]
clap = { version = "4.6.1", features = ["derive"] }
darling = { version = "0.23.0" }