Add basic Cargo setup.

Via cargo init.
This commit is contained in:
Eli Ribble 2023-11-11 15:11:23 -07:00
parent d7b7db3e88
commit 9145071a95
3 changed files with 22 additions and 1 deletions

4
.gitignore vendored
View file

@ -1 +1,3 @@
__pycache__/
# Added by cargo
/target