add minimal rust skeleton

This commit is contained in:
Fabien Freling 2024-04-05 15:23:54 +02:00
parent cace6f4468
commit 603dc124dd
5 changed files with 26 additions and 0 deletions

7
justfile Normal file
View file

@ -0,0 +1,7 @@
alias b := build
build:
cargo build
alias r := run
run:
cargo run