exa/Cargo.toml

29 lines
443 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"
datetime_macros = "0.1.2"
getopts = "0.2.1"
locale = "0.1.1"
natord = "1.0.7"
number_prefix = "0.2.3"
pad = "0.1.1"
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
[dependencies.datetime]
git = "https://github.com/ogham/rust-datetime.git"