First implementation of snow-scanner

This commit is contained in:
2024-06-22 16:15:07 +02:00
parent 7189909c68
commit 0cb4688d03
5 changed files with 159 additions and 0 deletions

9
snow-scanner/README.md Normal file
View File

@ -0,0 +1,9 @@
# Snow scanner
This project name is inspired by the Netflix series "The Snowpiercer"
## Run it
```sh
cargo run --release
```