mirror of
https://github.com/Rixxc/age-plugin-xwing.git
synced 2025-12-04 14:59:33 +01:00
feat: update Cargo.toml metadate
This commit is contained in:
2
Cargo.lock
generated
2
Cargo.lock
generated
@@ -44,7 +44,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "age-plugin-xwing"
|
name = "age-plugin-xwing"
|
||||||
version = "0.1.0"
|
version = "0.1.1"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"age-core",
|
"age-core",
|
||||||
"age-plugin",
|
"age-plugin",
|
||||||
|
|||||||
@@ -1,11 +1,13 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "age-plugin-xwing"
|
name = "age-plugin-xwing"
|
||||||
version = "0.1.0"
|
|
||||||
edition = "2021"
|
|
||||||
license-file = "LICENSE"
|
|
||||||
description = "X-Wing plugin for age clients"
|
description = "X-Wing plugin for age clients"
|
||||||
|
version = "0.1.1"
|
||||||
|
edition = "2021"
|
||||||
|
license = "MIT"
|
||||||
repository = "https://github.com/Rixxc/age-plugin-xwing"
|
repository = "https://github.com/Rixxc/age-plugin-xwing"
|
||||||
readme = "README.md"
|
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
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user