Cargo.lock 1.5 KB
Newer Older
B
Ben S 已提交
1 2 3 4
[root]
name = "exa"
version = "0.1.0"
dependencies = [
5
 "ansi_term 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
B
Benjamin Sago 已提交
6
 "getopts 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
7 8 9
 "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)",
B
Ben S 已提交
10 11 12 13
]

[[package]]
name = "ansi_term"
14 15
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
B
Ben S 已提交
16
dependencies = [
17 18
 "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)",
B
Ben S 已提交
19
]
B
Ben S 已提交
20

B
Benjamin Sago 已提交
21 22 23 24 25
[[package]]
name = "getopts"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"

26 27
[[package]]
name = "natord"
28 29
version = "1.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
30

31 32
[[package]]
name = "number_prefix"
33 34
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
35

B
Ben S 已提交
36 37
[[package]]
name = "regex"
38
version = "0.1.10"
B
Ben S 已提交
39 40 41 42
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "regex_macros"
43
version = "0.1.5"
B
Ben S 已提交
44 45
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
46
 "regex 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
B
Ben S 已提交
47 48
]

B
Ben S 已提交
49 50
[[package]]
name = "users"
51 52
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
B
Ben S 已提交
53