anos/Cargo.toml

12 lines
250 B
TOML
Raw Normal View History

2021-12-01 03:24:55 +00:00
[package]
name = "anos"
version = "0.1.0"
2021-12-01 03:41:32 +00:00
authors = ["Sainnhe Park <sainnhe@gmail.com>"]
2021-12-01 03:24:55 +00:00
edition = "2021"
2021-12-01 03:41:32 +00:00
[profile.dev]
panic = "abort" # 禁用 panic 时的栈展开
2021-12-01 03:24:55 +00:00
2021-12-01 03:41:32 +00:00
[profile.release]
panic = "abort" # 禁用 panic 时的栈展开