[]
= "study-example"
= true
= true
= true
= true
= "MIT"
[]
# opt-level 设置控制 Rust 将应用于您的代码的优化数量,范围为 0 到 3。应用更多优化会延长编译时间
= 0
[]
= "abort"
= 3
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[]
= "0.1.0"
# 类比于npm的包的管理方式,^
= "0.8.5"
#hello_macro_derive = { path = "../hello_macro_derive" }
= "0.1.0"