Create base Rust project

This commit is contained in:
2023-05-05 19:53:17 +02:00
parent 87899f57e4
commit 68c27a310d
7 changed files with 1922 additions and 1 deletions

2
.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
/target
.idea