Init workspace

This commit is contained in:
Tobias Reisinger 2024-04-30 09:36:32 +02:00
commit b624e7394c
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
7 changed files with 2984 additions and 0 deletions

3
.cargo/config.toml Normal file
View file

@ -0,0 +1,3 @@
[alias]
format = "+nightly fmt"
lint = "clippy --all-targets --all-features -- -D warnings"