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)",
2015-01-04 13:56:07 +00:00
"natord 1.0.2 (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"
2015-01-04 13:56:07 +00:00
source = "git+https://github.com/ogham/rust-ansi-term.git#df6fcf773bae488c2c3a1456295531d6803e638a"
[[package]]
name = "natord"
2015-01-04 13:56:07 +00:00
version = "1.0.2"
source = "git+https://github.com/lifthrasiir/rust-natord.git#6a42c8c168646c9de390af734a2e9dbe48bfdb91"
[[package]]
name = "number_prefix"
version = "0.2.0"
2015-01-04 13:56:07 +00:00
source = "git+https://github.com/ogham/rust-number-prefix.git#e4b56f7661c7d1b414b62af36a0e592f77911e4f"
[[package]]
name = "users"
version = "0.1.1"
source = "git+https://github.com/ogham/rust-users.git#c2911ab96a2b2459333029dde3728bfb5847ef04"