# 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 = "porky" version = "0.1.2" authors = ["Hera Huang herahuang5@gmail.com"] description = "A git branch switcher tool" homepage = "https://github.com/jyh106/porky.git" readme = "README.md" keywords = [ "cli", "switch", "git", "branches", ] categories = ["cli"] license = "MIT OR Apache-2.0" repository = "https://github.com/jyh106/porky.git" [[bin]] name = "porky" path = "src/main.rs" [dependencies.console] version = "0.15.2" [dependencies.dialoguer] version = "0.10.2"