exa/Cargo.lock

54 lines
1.5 KiB
Plaintext
Raw Normal View History

[root]
name = "exa"
version = "0.1.0"
dependencies = [
2015-01-12 00:20:28 +00:00
"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)",
2015-01-12 00:20:28 +00:00
"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"
2015-01-12 00:20:28 +00:00
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2015-01-12 00:20:28 +00:00
"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"
2015-01-12 00:20:28 +00:00
version = "1.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "number_prefix"
2015-01-12 00:20:28 +00:00
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "regex"
2015-01-12 00:20:28 +00:00
version = "0.1.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "regex_macros"
2015-01-12 00:20:28 +00:00
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2015-01-12 00:20:28 +00:00
"regex 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "users"
2015-01-12 00:20:28 +00:00
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"