exa/Cargo.toml
Ben S 63bd929eb5 Upgrade to latest ansi_term
Changes to the way ANSIStrings work mean we need to dereference the strings before putting them in an ANSIString. There's more that can be done here, but this gets it to compile for now.
2015-11-03 11:17:44 +00:00

36 lines
504 B
TOML

[package]
name = "exa"
version = "0.4.0"
authors = [ "ogham@bsago.me" ]
[[bin]]
name = "exa"
[dependencies]
ansi_term = "0.7.0"
bitflags = "0.1"
datetime = "0.4.1"
getopts = "0.2.1"
libc = "*"
locale = "0.1.2"
natord = "1.0.7"
num_cpus = "*"
number_prefix = "0.2.3"
scoped_threadpool = "*"
term_grid = "*"
unicode-width = "*"
users = "0.4.0"
[features]
default = [ "git" ]
git = [ "git2" ]
[profile.release]
opt-level = 3
debug = false
lto = true
[dependencies.git2]
version = "0.3"
optional = true