From 9f585f542647201076c92f3d326b80dcf654f524 Mon Sep 17 00:00:00 2001 From: Roy Ivy III Date: Mon, 25 May 2020 10:47:09 -0500 Subject: [PATCH] docs ~ improve/update crate meta information --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 269905714..3c7687722 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,8 @@ homepage = "https://github.com/uutils/coreutils" repository = "https://github.com/uutils/coreutils" readme = "README.md" keywords = ["coreutils", "uutils", "cross-platform", "core", "cli", "util", "utility"] -categories = ["command-line-utilities", "os"] +categories = ["command-line-utilities"] +edition = "2018" build = "build.rs" autotests = false