Initial commit

This commit is contained in:
Manuel 2023-09-12 22:00:49 +02:00
commit 96ff13057f
Signed by: Manuel
GPG key ID: 4085037435E1F07A
15 changed files with 806 additions and 0 deletions

4
.dockerignore Normal file
View file

@ -0,0 +1,4 @@
*
!src/**/*
!config.example.toml
!Cargo.*