[package] name = "base_syntax" version = "0.1.0" edition = "2018" authors = ["LFT"] description = "Rust base syntax practice" license = "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] [profile.dev] opt-level = 0 [profile.release] panic = 'abort' # 发生panic直接终止程序由操作系统回收内存 编译后文件小