[package] name = "z-rs" version = "0.1.0" authors = ["Suyash "] edition = "2018" license = "MIT OR Apache-2.0" description = "z_rs implements a directory jumping command line utility" repository = "https://github.com/suyash/z-rs" documentation = "https://docs.rs/z-rs" readme = "README.md" include = ["src/", "LICENSE-*", "README.md"] [[bin]] name = "z_rs" path = "src/bin/main.rs" [dependencies] argh = "0.1.3" bstr = "0.2.13" serde = { version = "1.0.114", features = ["derive"] } serde_cbor = "0.11.1"