mirror of
https://github.com/Llewellynvdm/exa.git
synced 2024-11-05 12:27:53 +00:00
6770ac5475
Feels good turning all that code into a dependency!
19 lines
474 B
TOML
19 lines
474 B
TOML
[root]
|
|
name = "exa"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"ansi_term 0.3.0 (git+https://github.com/ogham/rust-ansi-term.git)",
|
|
"users 0.1.0 (git+https://github.com/ogham/rust-users)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ansi_term"
|
|
version = "0.3.0"
|
|
source = "git+https://github.com/ogham/rust-ansi-term.git#4b9ea6cf266053e1a771e75b935b4e54c586c139"
|
|
|
|
[[package]]
|
|
name = "users"
|
|
version = "0.1.0"
|
|
source = "git+https://github.com/ogham/rust-users#221a1463d3e25acac41615186a1c7fdcf0ad36d7"
|
|
|