near / cargo-near

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

feat: return JSON-based ABI generation #73

Closed itegulov closed 1 year ago

itegulov commented 1 year ago

Fixes https://github.com/near/cargo-near/issues/61

Basically reverts https://github.com/near/cargo-near/pull/35 with some refactoring and better error messages

Also, this whole invoke_cargo shebang is getting out of hand. I am surprised there is no crate that encapsulates this tbh

itegulov commented 1 year ago

Closed in favor of https://github.com/near/cargo-near/pull/74