10 lines
162 B
TOML
10 lines
162 B
TOML
[package]
|
|
name = "wslpath"
|
|
version = "1.1.0"
|
|
edition = "2021"
|
|
|
|
[profile.release]
|
|
panic = "abort"
|
|
|
|
[dependencies]
|
|
clap = {version = "4.4.7", features = ["derive"]} |