forked from NationTech/harmony
35fcc295aaf67549f2e431a9d5e96a3ff4b031a1
This ADR proposes to use k3s as a default runtime on linux and k3d on other platforms supporting docker
Watch the whole repo on every change
Due to the current setup being a mix of separate repositories with gitignore and rust workspace, a few options are required for cargo-watch to have the desired behavior :
RUST_LOG=info cargo watch --ignore-nothing -w harmony -w private_repos/ -x 'run --bin nationtech'
This will run the nationtech bin (likely private_repos/nationtech/src/main.rs) on any change in the harmony or private_repos folders.
Description
Languages
Rust
97.7%
Jinja
1%
Python
0.9%
Shell
0.3%