[package] name = "rust_tutorials_jason_test" version = "0.1.0" edition = "2021" authors = ["jason"] description = "Jason test rust tutorials" license = "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] [profile.release] panic = 'abort'