[package] name = "cdw" version = "0.2.0" edition = "2021" authors = ["Aryan L. Horizon (AARMN) "] description = "Change directory to a Windows path in WSL with ease" license = "MIT" documentation = "https://github.com/aarmn/cdw" homepage = "https://github.com/aarmn/cdw" repository = "https://github.com/aarmn/cdw" readme = "README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] clap = "4.5.11" strum = "0.26.3" strum_macros = "0.26.4"