Add Makefile and format rust core

This commit is contained in:
2025-02-01 20:09:36 +01:00
parent bd91818682
commit c74043b4c5
2 changed files with 11 additions and 2 deletions

5
Makefile Normal file
View File

@ -0,0 +1,5 @@
rust_build:
cd rust && cargo build
rust_fmt:
cd rust && cargo fmt