mirror of
https://github.com/Llewellynvdm/exa.git
synced 2024-11-16 01:07:09 +00:00
65f124fe39
I'm serious, the more functionality I can use external crates for, the better.
16 lines
319 B
TOML
16 lines
319 B
TOML
[package]
|
|
name = "exa"
|
|
version = "0.1.0"
|
|
authors = [ "ogham@bsago.me" ]
|
|
|
|
[[bin]]
|
|
name = "exa"
|
|
|
|
[dependencies.ansi_term]
|
|
git = "https://github.com/ogham/rust-ansi-term.git"
|
|
|
|
[dependencies.users]
|
|
git = "https://github.com/ogham/rust-users.git"
|
|
|
|
[dependencies.natord]
|
|
git = "https://github.com/lifthrasiir/rust-natord.git" |