# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "workspaces-rs" version = "0.1.1" authors = ["Andrea Dragotta"] description = "A CLI tool to switch between directories" readme = "README.md" keywords = [ "cli", "tool", "directories", "folders", "navigating", ] categories = [ "command-line-utilities", "filesystem", ] license = "MIT" repository = "https://github.com/andreadev-it/workspaces-rs" [[bin]] name = "workspaces" path = "src/main.rs" [dependencies.clap] version = "4.4.10" features = ["derive"] [dependencies.colored] version = "2.1.0" [dependencies.dialoguer] version = "0.11.0" features = ["fuzzy-select"] [dependencies.directories] version = "0.4.0"