exa/Cargo.lock

25 lines
702 B
Plaintext
Raw Normal View History

[root]
name = "exa"
version = "0.1.0"
dependencies = [
2014-12-12 15:15:35 +00:00
"ansi_term 0.4.0 (git+https://github.com/ogham/rust-ansi-term.git)",
"natord 1.0.0 (git+https://github.com/lifthrasiir/rust-natord.git)",
"users 0.1.0 (git+https://github.com/ogham/rust-users.git)",
]
[[package]]
name = "ansi_term"
2014-12-12 15:15:35 +00:00
version = "0.4.0"
source = "git+https://github.com/ogham/rust-ansi-term.git#19b6f71c716ec56fb960c84f3012fb374e8ac1e3"
[[package]]
name = "natord"
version = "1.0.0"
source = "git+https://github.com/lifthrasiir/rust-natord.git#83ebf6e7999fe2646bca45d5f6800728a0bbd5c5"
[[package]]
name = "users"
version = "0.1.0"
source = "git+https://github.com/ogham/rust-users.git#221a1463d3e25acac41615186a1c7fdcf0ad36d7"