feat: initial commit

This commit is contained in:
2023-11-29 22:00:59 +01:00
committed by Matej Janežič
commit 000000003b
17 changed files with 1516 additions and 0 deletions

4
.cargo/config Normal file
View File

@@ -0,0 +1,4 @@
[alias]
scaffold = "run -p scaffold --release --quiet --"
download = "run -p download --release --quiet --"
solve = "run --bin"