cargo init
This commit is contained in:
parent
40c9d77901
commit
d946e026c6
3 changed files with 10 additions and 0 deletions
6
Cargo.toml
Normal file
6
Cargo.toml
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
[package]
|
||||
name = "breakout"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
Loading…
Reference in a new issue