near / cargo-near

Cargo extension for building Rust smart contracts on NEAR
Apache License 2.0
33 stars 16 forks source link

chore(source-scan): factory `build.rs` exports + cli mini-parser #165

Closed dj8yfo closed 3 months ago

dj8yfo commented 3 months ago

this is only ahead of #164 by https://github.com/near/cargo-near/commit/91ffe0dfbda5b69b62896503bae0461f02c45b6f tested against repo/tree/main2

doing a cli mini-parser allows simplifying a bit https://github.com/dj8yfo/factory-rust/blob/main2/factory/build.rs#L5 instead of https://github.com/dj8yfo/factory-rust/blob/main/factory/build.rs#L9