Cargo.lock 938 字节
Newer Older
B
Ben S 已提交
1 2 3 4
[root]
name = "exa"
version = "0.1.0"
dependencies = [
B
Ben S 已提交
5
 "ansi_term 0.4.0 (git+https://github.com/ogham/rust-ansi-term.git)",
B
Ben S 已提交
6
 "natord 1.0.1 (git+https://github.com/lifthrasiir/rust-natord.git)",
7
 "number_prefix 0.2.0 (git+https://github.com/ogham/rust-number-prefix.git)",
B
Ben S 已提交
8
 "users 0.1.1 (git+https://github.com/ogham/rust-users.git)",
B
Ben S 已提交
9 10 11 12
]

[[package]]
name = "ansi_term"
B
Ben S 已提交
13
version = "0.4.0"
B
Ben S 已提交
14
source = "git+https://github.com/ogham/rust-ansi-term.git#7e051531231838dc9431ec099ddf9fe9cc04c558"
B
Ben S 已提交
15

16 17
[[package]]
name = "natord"
B
Ben S 已提交
18 19
version = "1.0.1"
source = "git+https://github.com/lifthrasiir/rust-natord.git#fecab8556a4a6675577166bc2c0e269ede1ccc80"
20

21 22 23 24 25
[[package]]
name = "number_prefix"
version = "0.2.0"
source = "git+https://github.com/ogham/rust-number-prefix.git#3f690804a3f1704ee92901561189514d0ea0a6ab"

B
Ben S 已提交
26 27
[[package]]
name = "users"
B
Ben S 已提交
28 29
version = "0.1.1"
source = "git+https://github.com/ogham/rust-users.git#c2911ab96a2b2459333029dde3728bfb5847ef04"
B
Ben S 已提交
30