From 8aa6d1a5b00e8711b0dc7aaf899b6d658a6fc6dc Mon Sep 17 00:00:00 2001 From: Paul Delafosse Date: Fri, 13 May 2022 11:20:21 +0200 Subject: [PATCH] chore: add cargo metadata --- Cargo.toml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b12f171..64d4da6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,11 @@ name = "freedesktop-icons" version = "0.1.0" edition = "2021" -# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html +license = "MIT" +description = "A Freedesktop Icons lookup crate" +repository = "https://github.com/oknozor/freedestkop-icons" +readme = "README.md" +keywords = ["icons", "gui", "freedesktop"] [dependencies] dirs = "4.0.0"