mirror of
https://github.com/Llewellynvdm/exa.git
synced 2024-11-16 01:07:09 +00:00
1c5409e253
- uint -> usize - getopts Cargo library - replace feature gates with unstable APIs
15 lines
205 B
TOML
15 lines
205 B
TOML
[package]
|
|
name = "exa"
|
|
version = "0.1.0"
|
|
authors = [ "ogham@bsago.me" ]
|
|
|
|
[[bin]]
|
|
name = "exa"
|
|
|
|
[dependencies]
|
|
ansi_term = "0.4.2"
|
|
getopts = "0.1.4"
|
|
natord = "1.0.6"
|
|
number_prefix = "0.2.1"
|
|
users = "0.2.1"
|