mirror of
https://github.com/str4d/rage.git
synced 2025-04-03 19:07:42 +03:00
Add rust-version
metadata to Cargo.toml
files
This commit is contained in:
parent
c31d250356
commit
885b90fe29
4 changed files with 4 additions and 0 deletions
|
@ -7,6 +7,7 @@ repository = "https://github.com/str4d/rage"
|
|||
readme = "README.md"
|
||||
license = "MIT OR Apache-2.0"
|
||||
edition = "2021"
|
||||
rust-version = "1.56"
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
all-features = true
|
||||
|
|
|
@ -7,6 +7,7 @@ repository = "https://github.com/str4d/rage"
|
|||
readme = "README.md"
|
||||
license = "MIT OR Apache-2.0"
|
||||
edition = "2021"
|
||||
rust-version = "1.56"
|
||||
|
||||
[dependencies]
|
||||
age-core = { version = "0.8.0", path = "../age-core", features = ["plugin"] }
|
||||
|
|
|
@ -9,6 +9,7 @@ keywords = ["rage", "encryption"]
|
|||
categories = ["cryptography"]
|
||||
license = "MIT OR Apache-2.0"
|
||||
edition = "2021"
|
||||
rust-version = "1.56"
|
||||
|
||||
[badges]
|
||||
maintenance = { status = "experimental" }
|
||||
|
|
|
@ -9,6 +9,7 @@ keywords = ["age", "cli", "encryption"]
|
|||
categories = ["command-line-utilities", "cryptography"]
|
||||
license = "MIT OR Apache-2.0"
|
||||
edition = "2021"
|
||||
rust-version = "1.56"
|
||||
default-run = "rage"
|
||||
|
||||
[package.metadata.deb]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue