11 lines
126 B
TOML
11 lines
126 B
TOML
|
[package]
|
||
|
name = "bussy"
|
||
|
version = "0.1.0"
|
||
|
edition = "2021"
|
||
|
|
||
|
[profile.dev]
|
||
|
panic = "abort"
|
||
|
|
||
|
[profile.release]
|
||
|
panic = "abort"
|