File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -49,3 +49,13 @@ Based on the [Rust NX](https://github.com/cammisuli/monodon/tree/main/packages/r
4949nx generate @monodon/rust:library my-rust-lib # Create lib
5050nx generate @monodon/rust:binary my-rust-app # Create app
5151```
52+
53+ ## Developing
54+
55+ ### Prerequisites
56+
57+ - [ Rust] ( https://www.rust-lang.org/tools/install )
58+ - [ Cocogitto] ( https://github.com/cocogitto/cocogitto )
59+ - [ Nx] ( https://nx.dev/latest/node/getting-started/installation )
60+ - [ Cargo Workspace] ( https://crates.io/crates/cargo-workspaces#usage )
61+ - [ GitLeaks] ( https://github.com/gitleaks/gitleaks )
Original file line number Diff line number Diff line change 11pre_bump_hooks = [
22 " echo {{version}}" ,
3- " cargo audit && cargo bump {{version}} && git add Cargo.toml && git commit -m \" chore(version): set cargo version to {{version}}\" " ,
3+ " cargo audit && cargo workspaces version {{version}} && git add Cargo.toml && git commit -m \" chore(version): set cargo version to {{version}}\" " ,
44]
55post_bump_hooks = [" git push" , " git push origin {{version}}" ]
66
You can’t perform that action at this time.
0 commit comments