clanker 0.1.2

Minimalistic command prompt for fish.
# 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 = "clanker"
version = "0.1.2"
authors = ["Gregory Meyer <gregjm@umich.edu>"]
description = "Minimalistic command prompt for fish."
readme = "README.md"
license = "MIT"
repository = "https://github.com/Gregory-Meyer/clanker"

[[bin]]
name = "clanker-prompt"
path = "src/prompt.rs"

[[bin]]
name = "clanker-right-prompt"
path = "src/right_prompt.rs"

[[bin]]
name = "clanker-title"
path = "src/title.rs"
[dependencies.colored]
version = "^1.7.0"

[dependencies.dirs]
version = "^1.0.5"

[dependencies.libc]
version = "^0.2.49"

[dependencies.libgit2-sys]
version = "^0.7.11"

[dependencies.nix]
version = "^0.13.0"

[dependencies.unicode-segmentation]
version = "^1.2.1"

[dependencies.whoami]
version = "^0.4.1"