zr 0.6.3

quick, simple zsh package manager
Documentation
# 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]
name = "zr"
version = "0.6.3"
authors = ["Jonathan Dahan <hi@jonathan.is>"]
description = "quick, simple zsh package manager"
readme = "readme.md"
keywords = ["zsh", "package", "manager", "cli"]
license = "MPL-2.0"
repository = "https://github.com/jedahan/zr.git"

[lib]
name = "libzr"
path = "src/lib.rs"

[[bin]]
name = "zr"
path = "src/main.rs"
[dependencies.clippy]
version = "0.0"
optional = true

[dependencies.git2]
version = "0.6"

[dependencies.libc]
version = "0.2"

[dependencies.clap]
version = "2.26"

[features]
default = []
[badges.travis-ci]
repository = "jedahan/zr"