feat: add metadata to Cargo.toml

This commit is contained in:
2025-02-08 19:29:58 +01:00
parent aa88a4b7c3
commit d788fd2ce3

View File

@@ -2,6 +2,10 @@
name = "age-plugin-xwing" name = "age-plugin-xwing"
version = "0.1.0" version = "0.1.0"
edition = "2021" 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 # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html