forked from ROMEO/obsw
13 lines
166 B
TOML
13 lines
166 B
TOML
[package]
|
|
name = "mission_rust"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[lib]
|
|
crate-type = ["staticlib"]
|
|
|
|
[profile.dev]
|
|
panic = 'abort'
|
|
|
|
[profile.release]
|
|
panic = 'abort' |