From da1e7bc912bdae95a0efe06a9c9f4705f937c885 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christina=20S=C3=B8rensen?= Date: Mon, 5 Feb 2024 07:26:31 +0100 Subject: [PATCH] build(cargo): add description/license MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Christina Sørensen --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 3de6f01..ed26235 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,6 +2,9 @@ name = "lir" version = "0.0.1" edition = "2021" +description = "A modern replacement for ls" +authors = ["Christina Sørensen "] +license = "GPL-3.0-or-later" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html