mirror of
https://github.com/Llewellynvdm/exa.git
synced 2024-11-05 20:37:52 +00:00
6b3d812af5
This stops the openssl-sys version clash preventing exa from compiling.
32 lines
468 B
TOML
32 lines
468 B
TOML
[package]
|
|
name = "exa"
|
|
version = "0.1.0"
|
|
authors = [ "ogham@bsago.me" ]
|
|
|
|
[[bin]]
|
|
name = "exa"
|
|
|
|
[dependencies]
|
|
ansi_term = "0.5.0"
|
|
datetime = "0.1.3"
|
|
getopts = "0.2.1"
|
|
locale = "0.1.2"
|
|
natord = "1.0.7"
|
|
number_prefix = "0.2.3"
|
|
pad = "0.1.1"
|
|
users = "0.2.3"
|
|
bitflags = "0.1"
|
|
|
|
[features]
|
|
default = [ "git" ]
|
|
git = [ "git2" ]
|
|
|
|
[profile.release]
|
|
opt-level = 3
|
|
debug = false
|
|
lto = true
|
|
|
|
[dependencies.git2]
|
|
git = "https://github.com/alexcrichton/git2-rs.git"
|
|
optional = true
|