nix-config/templates/rust-cargo/src/main.rs
Bruno BELANYI 5975673b00
All checks were successful
ci/woodpecker/push/check Pipeline was successful
WIP: templates: add rust-cargo
TODO: find out if I can use the `cargoLock` FOD to run `clippy`.
2024-04-01 22:27:06 +01:00

4 lines
45 B
Rust

fn main() {
println!("Hello, world!");
}