2014-11-26 07:36:09 +00:00
|
|
|
[root]
|
|
|
|
name = "exa"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2015-01-05 14:41:43 +00:00
|
|
|
"ansi_term 0.4.1 (git+https://github.com/ogham/rust-ansi-term.git)",
|
2015-01-06 23:39:24 +00:00
|
|
|
"natord 1.0.4 (git+https://github.com/lifthrasiir/rust-natord.git)",
|
2014-12-18 07:00:31 +00:00
|
|
|
"number_prefix 0.2.0 (git+https://github.com/ogham/rust-number-prefix.git)",
|
2015-01-05 14:41:43 +00:00
|
|
|
"users 0.2.0 (git+https://github.com/ogham/rust-users.git)",
|
2014-11-26 07:36:09 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ansi_term"
|
2015-01-05 14:41:43 +00:00
|
|
|
version = "0.4.1"
|
|
|
|
source = "git+https://github.com/ogham/rust-ansi-term.git#6db0b81cf4517e482293351c133cf07cced8c703"
|
|
|
|
dependencies = [
|
|
|
|
"regex 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-01-06 23:39:24 +00:00
|
|
|
"regex_macros 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-01-05 14:41:43 +00:00
|
|
|
]
|
2014-11-26 07:36:09 +00:00
|
|
|
|
2014-12-12 11:26:18 +00:00
|
|
|
[[package]]
|
|
|
|
name = "natord"
|
2015-01-06 23:39:24 +00:00
|
|
|
version = "1.0.4"
|
|
|
|
source = "git+https://github.com/lifthrasiir/rust-natord.git#6dc14929c67dcf898fe98c3aabdeec10274497f9"
|
2014-12-12 11:26:18 +00:00
|
|
|
|
2014-12-18 07:00:31 +00:00
|
|
|
[[package]]
|
|
|
|
name = "number_prefix"
|
|
|
|
version = "0.2.0"
|
2015-01-04 13:56:07 +00:00
|
|
|
source = "git+https://github.com/ogham/rust-number-prefix.git#e4b56f7661c7d1b414b62af36a0e592f77911e4f"
|
2014-12-18 07:00:31 +00:00
|
|
|
|
2015-01-05 14:41:43 +00:00
|
|
|
[[package]]
|
|
|
|
name = "regex"
|
|
|
|
version = "0.1.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex_macros"
|
2015-01-06 23:39:24 +00:00
|
|
|
version = "0.1.3"
|
2015-01-05 14:41:43 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"regex 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2014-12-12 11:17:55 +00:00
|
|
|
[[package]]
|
|
|
|
name = "users"
|
2015-01-05 14:41:43 +00:00
|
|
|
version = "0.2.0"
|
|
|
|
source = "git+https://github.com/ogham/rust-users.git#63d2760c52ee0a8c1e5592dea088dc90fc069f26"
|
2014-12-12 11:17:55 +00:00
|
|
|
|