Create Cargo Project

This commit is contained in:
GuilhermeWerner
2021-01-03 10:54:31 -03:00
parent e762645c37
commit 55ef94f93f
3 changed files with 22 additions and 0 deletions

2
.cargo/config.toml Normal file
View File

@ -0,0 +1,2 @@
[build]
target-dir = "Binaries"