[package] name = "bookmark-cd" version = "1.0.12" edition = "2021" authors = ["Alec Brown "] description = "Bookmark directories and move to them" license = "Apache-2.0" repository = "https://github.com/a1ecbr0wn/bcd" homepage = "https://bcd.a1ecbr0wn.com" readme = "README.md" keywords = ["filesystem", "utility"] categories = ["command-line-utilities"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [[bin]] path = "src/main.rs" name = "bookmark-cd" [dependencies] clap = { version = "4.5", features = ["derive"] } csv = "1.3" home = "0.5.9" tabled = "0.15.0" pshell = "1.0.12" snapcraft = "0.3.0" [build-dependencies] clap = { version = "4.5", features = ["derive"] } clap_complete = "4.5" clap_complete_fig = "4.5" home = "0.5.9" pshell = "1.0.12" snapcraft = "0.3.0"