Update project structure

This commit is contained in:
Werner
2021-12-25 08:20:21 -03:00
parent ddd78713ba
commit 4f9a05286c
6 changed files with 13 additions and 7 deletions

6
.cargo/config.toml Normal file
View File

@ -0,0 +1,6 @@
[build]
target-dir = "Binaries"
target = "ps2.json"
[unstable]
build-std = ["core"]