From 13319117a98c9b192017f77216f4a23191dc3eef Mon Sep 17 00:00:00 2001 From: Felix Kaiser Date: Sun, 21 Sep 2025 16:59:02 -0700 Subject: [PATCH] Fill in more fields in Cargo.toml --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index e928e33..67e99cc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,9 +1,12 @@ [package] name = "link2aws" +description = "Converts ARNs to direct links to the AWS console" +repository = "https://github.com/link2aws/link2aws-rs" authors = ["Felix Kaiser"] version = "0.1.0" edition = "2024" license = "ISC" +readme = "README.md" [dependencies] nom = "8.0.0"