Initial commit

This commit is contained in:
2021-11-15 16:16:15 +01:00
commit f6a51c70cc
12 changed files with 1504 additions and 0 deletions

8
Justfile Normal file
View File

@@ -0,0 +1,8 @@
lint:
cargo clippy --no-deps
lint-fix:
cargo clippy --no-deps --fix
release:
cargo build --release