mirror of
https://github.com/Llewellynvdm/exa.git
synced 2024-11-05 12:27:53 +00:00
1c5409e253
- uint -> usize - getopts Cargo library - replace feature gates with unstable APIs
54 lines
1.5 KiB
TOML
54 lines
1.5 KiB
TOML
[root]
|
|
name = "exa"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"ansi_term 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"getopts 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"natord 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"number_prefix 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"users 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ansi_term"
|
|
version = "0.4.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"regex 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"regex_macros 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "getopts"
|
|
version = "0.1.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "natord"
|
|
version = "1.0.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "number_prefix"
|
|
version = "0.2.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "regex"
|
|
version = "0.1.10"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "regex_macros"
|
|
version = "0.1.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"regex 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "users"
|
|
version = "0.2.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|