exa/Cargo.lock

31 lines
938 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.1 (git+https://github.com/lifthrasiir/rust-natord.git)",
"number_prefix 0.2.0 (git+https://github.com/ogham/rust-number-prefix.git)",
"users 0.1.1 (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#7e051531231838dc9431ec099ddf9fe9cc04c558"
[[package]]
name = "natord"
version = "1.0.1"
source = "git+https://github.com/lifthrasiir/rust-natord.git#fecab8556a4a6675577166bc2c0e269ede1ccc80"
[[package]]
name = "number_prefix"
version = "0.2.0"
source = "git+https://github.com/ogham/rust-number-prefix.git#3f690804a3f1704ee92901561189514d0ea0a6ab"
[[package]]
name = "users"
version = "0.1.1"
source = "git+https://github.com/ogham/rust-users.git#c2911ab96a2b2459333029dde3728bfb5847ef04"