[package] name = "tabby" version = "0.0.6" edition = "2018" description = "A fast, lightweight windows powershell tab completion library." repository = "https://github.com/XtremeDevX/tabby" license = "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] miniserde = "0.1.14" anyhow = "1.0.43" home = "0.5.3"