exa/Cargo.toml
Ben S 90d4684de4 Preliminary Git support!
This is something that I've long wanted to add. It uses libgit2 as an optional dependency.
2015-01-27 15:01:17 +00:00

21 lines
289 B
TOML

[package]
name = "exa"
version = "0.1.0"
authors = [ "ogham@bsago.me" ]
[[bin]]
name = "exa"
[dependencies]
ansi_term = "0.4.2"
getopts = "0.1.4"
natord = "1.0.6"
number_prefix = "0.2.1"
users = "0.2.1"
[features]
git = [ "git2" ]
[dependencies.git2]
version = "0.1.12"
optional = true