Finish wslpath

This commit is contained in:
2023-04-18 21:58:34 +02:00
parent dff169ae10
commit 919d208a78
3 changed files with 54 additions and 12 deletions

View File

@@ -1,8 +1,9 @@
[package]
name = "wslpath"
version = "0.1.0"
version = "1.0.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
clap = {version = "*", features = ["derive"]}