near / cargo-near

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

chore: Avoid using git submodule for new project template #119

Closed frol closed 9 months ago

frol commented 9 months ago

cargo publish does not include the new project template as it has Cargo.toml, so we need to rename it to Cargo.toml.template or remove it, and having an external repo without Cargo.toml defeats the purpose. Thus, I merged the code into this repo and we will need to set up CI to test that template.