- Added `.github/workflows/test.yaml` to run `cargo test` on push and pull_request events. - Replaced `fenix` with `rust-overlay` in flake inputs for Rust toolchain management. - Added `rust-toolchain.toml` specifying stable Rust with required components and targets. - Updated `flake.nix` to use `rust-bin.fromRustupToolchainFile` and removed `RUST_SRC_PATH`.
4 lines
141 B
TOML
4 lines
141 B
TOML
[toolchain]
|
|
channel = "stable"
|
|
components = ["cargo", "clippy", "rust-analyzer", "rust-src", "rustfmt"]
|
|
targets = ["wasm32-unknown-unknown"]
|