Initial commit
Starter, doesn't work on stable
This commit is contained in:
commit
2a77a69767
6 changed files with 60 additions and 0 deletions
17
Cargo.toml
Normal file
17
Cargo.toml
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue