mirror of
https://github.com/Llewellynvdm/exa.git
synced 2024-11-13 07:56:29 +00:00
63bd929eb5
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.
36 lines
504 B
TOML
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
|