From a68e987ab123d7fdaa6bb38b666731916b1189d1 Mon Sep 17 00:00:00 2001 From: Austen Adler Date: Sun, 23 Jan 2022 21:28:31 -0500 Subject: [PATCH] Add cargo keywords --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 1a43833..934e368 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,6 +2,9 @@ name = "rust-selection-sort" version = "0.1.0" edition = "2021" +license = "MIT" +readme = "README.adoc" +keywords = ["cli", "kakoune"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html