Finish basic structure
This commit is contained in:
@@ -1,8 +1,11 @@
|
||||
[package]
|
||||
name = "anos"
|
||||
version = "0.1.0"
|
||||
authors = ["Sainnhe Park <sainnhe@gmail.com>"]
|
||||
edition = "2021"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
[profile.dev]
|
||||
panic = "abort" # 禁用 panic 时的栈展开
|
||||
|
||||
[dependencies]
|
||||
[profile.release]
|
||||
panic = "abort" # 禁用 panic 时的栈展开
|
||||
|
||||
Reference in New Issue
Block a user