documented cargo.toml
This commit is contained in:
parent
c200ff13de
commit
ad74990ef4
1 changed files with 2 additions and 2 deletions
|
@ -4,9 +4,9 @@ version = "0.1.0"
|
||||||
edition = "2024"
|
edition = "2024"
|
||||||
|
|
||||||
[profile.dev]
|
[profile.dev]
|
||||||
panic = "abort"
|
panic = "abort" # disable stack unwinding on panic
|
||||||
|
|
||||||
[profile.release]
|
[profile.release]
|
||||||
panic = "abort"
|
panic = "abort" # disable stack unwinding on panic
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue