ems_rust_template/rust_src/Cargo.toml

16 lines
188 B
TOML
Raw Permalink Normal View History

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