[package] authors = ["zisasign "] description = "An easy command line tool to find my workspace" edition = "2018" license = "MIT OR Apache-2.0" name = "go-to-workspace" version = "0.1.2" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] confy = "0.4.0" serde = {version = "1.0.117", features = ["derive"]} shellexpand = "2.0.0" structopt = "0.3"