exa/Cargo.toml

22 lines
309 B
TOML
Raw Normal View History

2014-06-28 16:24:20 +00:00
[package]
name = "exa"
version = "0.1.0"
authors = [ "ogham@bsago.me" ]
[[bin]]
name = "exa"
2015-01-12 00:20:28 +00:00
[dependencies]
ansi_term = "0.4.5"
getopts = "0.2.1"
natord = "1.0.7"
number_prefix = "0.2.3"
users = "0.2.3"
[features]
2015-01-27 15:59:22 +00:00
default = [ "git" ]
git = [ "git2" ]
[dependencies.git2]
version = "0.1.13"
optional = true