| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647 |
- [root]
- name = "exa"
- version = "0.1.0"
- dependencies = [
- "ansi_term 0.4.2 (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 = "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"
|