exa/Cargo.toml
Benjamin Sago 1c5409e253 Upgrade to Rust alpha
- uint -> usize
- getopts Cargo library
- replace feature gates with unstable APIs
2015-01-12 01:31:24 +01:00

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"