From 7021b6c585b526d81c4b8a8d3f8cf73935e2a03f Mon Sep 17 00:00:00 2001 From: amrbashir Date: Sat, 7 May 2022 01:02:52 +0200 Subject: [PATCH] update crate metadata --- Cargo.toml | 6 ++++++ README.md | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index fbb3978..b832349 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,6 +3,12 @@ name = "minit" version = "0.0.0" description = "Cross-platform menu creation library." edition = "2021" +keywords = ["windowing", "menu"] +license = "Apache-2.0 OR MIT" +readme = "README.md" +repository = "https://github.com/amrbashir/minit" +documentation = "https://docs.rs/minit" +categories = ["gui"] [dependencies] crossbeam-channel = "0.5" diff --git a/README.md b/README.md index a9d14a0..e1bd2d9 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # minit -Cross-platform menu creation library. +Cross-platform menu creation library and management in Rust. ## Example