Initial Commit

This commit is contained in:
Jordon Brooks 2023-06-02 22:58:55 +01:00
parent afddf6b3e8
commit 54edd950eb
4 changed files with 80 additions and 0 deletions

6
.vscode/settings.json vendored Normal file
View file

@ -0,0 +1,6 @@
{
"rust-analyzer.linkedProjects": [
".\\Cargo.toml",
".\\Cargo.toml"
]
}