You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
--- sequoia-keyring-linter-1.0.0/Cargo.toml 1970-01-01T00:00:01+00:00
|
|
|
|
+++ sequoia-keyring-linter-1.0.0/Cargo.toml 2023-01-11T20:53:38.572348+00:00
|
|
|
|
@@ -30,6 +30,10 @@
|
|
|
|
]
|
|
|
|
license = "GPL-2.0-or-later"
|
|
|
|
repository = "https://gitlab.com/sequoia-pgp/keyring-linter"
|
|
|
|
+exclude = [
|
|
|
|
+ "Makefile",
|
|
|
|
+ "sq-keyring-linter.1",
|
|
|
|
+]
|
|
|
|
|
|
|
|
[[bin]]
|
|
|
|
name = "sq-keyring-linter"
|
|
|
|
@@ -58,13 +62,12 @@
|
|
|
|
version = "1"
|
|
|
|
|
|
|
|
[dev-dependencies.assert_cmd]
|
|
|
|
-version = "1.0.1"
|
|
|
|
+version = "2.0.0"
|
|
|
|
|
|
|
|
[dev-dependencies.predicates]
|
|
|
|
version = "1.0.5"
|
|
|
|
|
|
|
|
[features]
|
|
|
|
-crypto-cng = ["sequoia-openpgp/crypto-cng"]
|
|
|
|
crypto-nettle = ["sequoia-openpgp/crypto-nettle"]
|
|
|
|
default = ["crypto-nettle"]
|
|
|
|
|