Losedows/Cargo.toml
brevalferrari 2a77a69767
Initial commit
Starter, doesn't work on stable
2025-09-17 22:29:51 +02:00

17 lines
199 B
TOML

[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