Cargo.lock 702 字节
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)",
6
 "natord 1.0.0 (git+https://github.com/lifthrasiir/rust-natord.git)",
B
Ben S 已提交
7
 "users 0.1.0 (git+https://github.com/ogham/rust-users.git)",
B
Ben S 已提交
8 9 10 11
]

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

15 16 17 18 19
[[package]]
name = "natord"
version = "1.0.0"
source = "git+https://github.com/lifthrasiir/rust-natord.git#83ebf6e7999fe2646bca45d5f6800728a0bbd5c5"

B
Ben S 已提交
20 21 22
[[package]]
name = "users"
version = "0.1.0"
B
Ben S 已提交
23
source = "git+https://github.com/ogham/rust-users.git#221a1463d3e25acac41615186a1c7fdcf0ad36d7"
B
Ben S 已提交
24