[package] name = "ems_rust_template" version = "0.1.0" edition = "2021" [lib] crate-type = ["staticlib"] [profile.release] panic = "abort" [profile.dev] panic = "abort" [dependencies]