mirror of
https://github.com/lsd-rs/lsd
synced 2024-12-14 14:12:31 +00:00
13 lines
220 B
TOML
13 lines
220 B
TOML
[package]
|
|
authors = ["Peltoche <dev@halium.fr>"]
|
|
name = "lsd"
|
|
version = "0.1.0"
|
|
|
|
[dependencies]
|
|
ansi_term = "0.11.0"
|
|
clap = "2.32.0"
|
|
failure = "0.1.3"
|
|
lazy_static = "1.2.0"
|
|
size = "0.1.1"
|
|
time = "0.1.40"
|
|
users = "0.8.0"
|