mirror of
https://github.com/Llewellynvdm/exa.git
synced 2024-11-05 12:27:53 +00:00
31 lines
938 B
TOML
31 lines
938 B
TOML
[root]
|
|
name = "exa"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"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)",
|
|
"number_prefix 0.2.0 (git+https://github.com/ogham/rust-number-prefix.git)",
|
|
"users 0.1.0 (git+https://github.com/ogham/rust-users.git)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ansi_term"
|
|
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 = "number_prefix"
|
|
version = "0.2.0"
|
|
source = "git+https://github.com/ogham/rust-number-prefix.git#3f690804a3f1704ee92901561189514d0ea0a6ab"
|
|
|
|
[[package]]
|
|
name = "users"
|
|
version = "0.1.0"
|
|
source = "git+https://github.com/ogham/rust-users.git#221a1463d3e25acac41615186a1c7fdcf0ad36d7"
|
|
|