Cargo.lock 1.3 KB
Newer Older
B
Ben S 已提交
1 2 3 4
[root]
name = "exa"
version = "0.1.0"
dependencies = [
5 6 7 8
 "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)",
B
Ben S 已提交
9 10 11 12
]

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

20 21
[[package]]
name = "natord"
22 23
version = "1.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
24

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

B
Ben S 已提交
30 31
[[package]]
name = "regex"
32
version = "0.1.10"
B
Ben S 已提交
33 34 35 36
source = "registry+https://github.com/rust-lang/crates.io-index"

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

B
Ben S 已提交
43 44
[[package]]
name = "users"
45 46
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
B
Ben S 已提交
47