# 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 = "gotoo" version = "0.1.8" authors = ["Bilal Pervez "] include = ["src/**/*"] description = "A tool for developers who want to efficiently manage and access their project directories using their preferred code editors." homepage = "https://github.com/rajabilal555/gotoo" readme = "README.md" keywords = [ "cli", "search", "project", "manager", "gotoo", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/rajabilal555/gotoo" [dependencies.clap] version = "4.4.2" [dependencies.inquire] version = "0.6.2" [dependencies.serde] version = "1.0.188" features = ["derive"] [dependencies.serde_json] version = "1.0.106"