# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "projectman" version = "0.1.6" authors = ["hskang9 "] description = "projectman(in crate.io) is the Rust port of Projectman by Saurabh Daware. ProjectMan is a CLI which lets you add projects to favorites using command `pm add` and open them from anywhere you want using command `pm open`.\n Along with this there are also other commands like pm seteditor, pm remove." readme = "README.md" keywords = ["cli", "project-management"] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/hskang9/projectman-rust" [[bin]] name = "pm" path = "src/main.rs" [dependencies.colored] version = "1.8" [dependencies.dialoguer] version = "0.4.0" [dependencies.dirs] version = "2.0.2" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.structopt] version = "0.3.1" [badges.travis-ci] branch = "master" repository = "hskang9/projectman-rust"