From f9d9a361c3ae31be605594f2223693a6a41f1f73 Mon Sep 17 00:00:00 2001 From: Emi Simpson Date: Tue, 9 Nov 2021 13:00:06 -0500 Subject: [PATCH] Expand Cargo.toml --- Cargo.toml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index fbac180..50b591b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,9 +2,19 @@ name = "faery-ring" version = "0.1.0" edition = "2021" +authors = ["Emi Simpson "] +description = "An ultra-lightweight js-free server-side webring implementation" +repository = "https://fem.mint.lgbt/Emi/faery-ring" +license-file = "LICENSE.md" +keywords = ["webring", "indieweb", "web", "discovery", "server"] +maintenance = { status = "passively-maintained" } # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] tiny_http = "0.9.0" argh = "0.1.6" + +[profile.release] +lto = "fat" +codegen-units = 1