fixed rust-ana;yzer + documented
This commit is contained in:
parent
ad74990ef4
commit
ff4bbdd263
2 changed files with 7 additions and 2 deletions
|
@ -3,6 +3,11 @@ name = "totos"
|
|||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[[bin]]
|
||||
name = "totos"
|
||||
test = false
|
||||
bench = false
|
||||
|
||||
[profile.dev]
|
||||
panic = "abort" # disable stack unwinding on panic
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue