# 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 = "vifi-prompt" version = "0.2.8" description = "A super simple prompt for Fish shell with Vi mode indicator" homepage = "https://github.com/mrjones2014/vifi-prompt#readme" documentation = "https://github.com/mrjones2014/vifi-prompt/blob/master/README.md" license = "MIT" repository = "https://github.com/mrjones2014/vifi-prompt" resolver = "2" [[bin]] name = "vifi" path = "src/main.rs" [dependencies.ansi_term] version = "0.12.1" [dependencies.clap] version = "3" features = ["derive"] [dependencies.dirs-next] version = "2.0.0"