From 1b0e4180a0619ed23d30b6dbe1e4ac6ab7c6ab13 Mon Sep 17 00:00:00 2001 From: Aaron Kaiser Date: Sat, 8 Feb 2025 20:02:50 +0100 Subject: [PATCH] feat: update Cargo.toml metadate --- Cargo.lock | 2 +- Cargo.toml | 8 +++++--- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 05aa5be..480aaf4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -44,7 +44,7 @@ dependencies = [ [[package]] name = "age-plugin-xwing" -version = "0.1.0" +version = "0.1.1" dependencies = [ "age-core", "age-plugin", diff --git a/Cargo.toml b/Cargo.toml index fe58931..086ea3e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,11 +1,13 @@ [package] name = "age-plugin-xwing" -version = "0.1.0" -edition = "2021" -license-file = "LICENSE" description = "X-Wing plugin for age clients" +version = "0.1.1" +edition = "2021" +license = "MIT" repository = "https://github.com/Rixxc/age-plugin-xwing" readme = "README.md" +keywords = ["x-wing", "age", "cli", "cryptography", "encryption"] +categories = ["command-line-utilities", "cryptography"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html