Initial commit

Starter, doesn't work on stable
This commit is contained in:
brevalferrari 2025-09-17 22:29:51 +02:00
commit 2a77a69767
Signed by: breval
GPG key ID: 913954DA013FAD4F
6 changed files with 60 additions and 0 deletions

17
Cargo.toml Normal file
View file

@ -0,0 +1,17 @@
[package]
name = "losedows"
version = "0.1.0"
edition = "2024"
[dependencies]
[profile.dev]
panic = "abort"
[profile.release]
panic = "abort"
[[bin]]
name = "losedows"
test = false
bench = false