16 lines
263 B
TOML
16 lines
263 B
TOML
[package]
|
|
name = "path-convert"
|
|
version = "0.0.6"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
pico-args = { version = "0.5.0", features = [ "combined-flags" ] }
|
|
|
|
[profile.release]
|
|
opt-level = 's'
|
|
codegen-units = 1
|
|
debug = false
|
|
lto = true
|
|
panic = "abort"
|
|
strip = "symbols"
|
|
|