lir/Cargo.toml
Christina Sørensen da1e7bc912
build(cargo): add description/license
Signed-off-by: Christina Sørensen <christina@cafkafk.com>
2024-02-05 07:26:31 +01:00

19 lines
515 B
TOML

[package]
name = "lir"
version = "0.0.1"
edition = "2021"
description = "A modern replacement for ls"
authors = ["Christina Sørensen <christina@cafkafk.com>"]
license = "GPL-3.0-or-later"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
log = "0.4.20"
clap = { version = "4.4.11", features = ["cargo"] }
pretty_env_logger = "0.5.0"
[build-dependencies]
clap = { version = "4.4.11", features = ["cargo"] }
clap_complete = "4"
clap_mangen = "0.2.14"