Finish basic structure

This commit is contained in:
2021-12-01 11:41:32 +08:00
parent 960d5191f3
commit e33464e47d
3 changed files with 30 additions and 4 deletions

View File

@@ -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 时的栈展开