From 7d3535753182e39ddde92f528c211f85fa2a242c Mon Sep 17 00:00:00 2001 From: Dietrich Date: Mon, 15 Mar 2021 14:06:28 +0100 Subject: [PATCH] update categories and keywords --- Cargo.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index c5efe27..c0c005e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,8 +5,8 @@ description = "A simple webservice that allows registered users to create short authors = ["Dietrich "] edition = "2018" license = "MIT OR Apache-2.0" -keywords = ["url", "link", "webpage", "actix"] -categories = ["os", "os::linux-apis", "parser-implementations", "command-line-utilities"] +keywords = ["url", "link", "webpage", "actix", "web"] +categories = ["web-programming", "network-programming", "web-programming.categories.http-server", "command-line-utilities"] readme = "README.md" repository = "https://git.teilgedanken.de/dietrich/Pslink" build = "build.rs" @@ -42,5 +42,5 @@ actix-web-static-files = { git = "https://github.com/enaut/actix-web-static-file # optimize for size at cost of compilation speed. [profile.release] -#lto = true -#codegen-units = 1 \ No newline at end of file +lto = true +codegen-units = 1 \ No newline at end of file