From d788fd2ce3261c0f248e1c3e3195bf4ee53076d2 Mon Sep 17 00:00:00 2001 From: Aaron Kaiser Date: Sat, 8 Feb 2025 19:29:58 +0100 Subject: [PATCH] feat: add metadata to Cargo.toml --- Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 36b58ed..fe58931 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,6 +2,10 @@ name = "age-plugin-xwing" version = "0.1.0" edition = "2021" +license-file = "LICENSE" +description = "X-Wing plugin for age clients" +repository = "https://github.com/Rixxc/age-plugin-xwing" +readme = "README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html