# 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 = "mji" version = "0.1.0" authors = ["Lukas Krickl "] description = "A tool for easily creating git commit messages using gitmoji" readme = "README.md" license = "MIT" repository = "https://github.com/unlink2/mji" [dependencies.anyhow] version = "1.0.68" [dependencies.clap] version = "4.0.32" features = ["derive"] [dependencies.console] version = "0.15.2" [dependencies.lazy_static] version = "1.4.0" [dependencies.rustyline] version = "10.0.0" [dependencies.rustyline-derive] version = "0.7.0" [dependencies.thiserror] version = "1.0.38"