Finish wslpath

This commit is contained in:
Jaby
2023-04-18 21:58:34 +02:00
committed by Jaby
parent 878297f138
commit 50605520b4
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"]}