From d725067cb10646839ae16a692f908fc37593b9ad Mon Sep 17 00:00:00 2001 From: Lokathor Date: Sun, 9 Aug 2020 11:22:05 -0600 Subject: [PATCH] improve description / keywords. --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index be2a2f7..ee0ca3c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,11 +1,11 @@ [package] name = "tinyvec" -description = "Just, really the littlest Vec you could need. So smol." +description = "`tinyvec` provides 100% safe vec-like data structures." version = "1.0.0-alpha.1" authors = ["Lokathor "] edition = "2018" license = "Zlib OR Apache-2.0 OR MIT" -keywords = ["vec", "no_std", "no-std", "smol"] +keywords = ["vec", "no_std", "no-std"] categories = ["data-structures", "no-std"] repository = "https://github.com/Lokathor/tinyvec"