documented cargo.toml

This commit is contained in:
clizia 2025-08-23 02:40:00 +02:00
parent c200ff13de
commit ad74990ef4

View file

@ -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]