addresses: - https://github.com/markjoshwel/sidestepper/issues/1 - https://github.com/markjoshwel/sidestepper/issues/2
13 lines
177 B
TOML
13 lines
177 B
TOML
[package]
|
|
name = "sidestepper"
|
|
version = "5.3.6"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
ignore = "0.4.23"
|
|
|
|
[profile.release]
|
|
strip = true
|
|
lto = true
|
|
codegen-units = 1
|
|
opt-level = "z"
|