mirror of
https://github.com/Llewellynvdm/exa.git
synced 2024-11-16 01:07:09 +00:00
05dd644c92
Yeah, I broke my own code again.
13 lines
278 B
TOML
13 lines
278 B
TOML
[root]
|
|
name = "exa"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"ansi_term 0.3.0 (git+https://github.com/ogham/rust-ansi-term.git)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ansi_term"
|
|
version = "0.3.0"
|
|
source = "git+https://github.com/ogham/rust-ansi-term.git#4b9ea6cf266053e1a771e75b935b4e54c586c139"
|
|
|