build!: rename to -repaired suffix
This commit is contained in:
parent
b4e4a4ad60
commit
b95aaffe53
16 changed files with 8 additions and 8 deletions
|
|
@ -1,2 +1,2 @@
|
||||||
[workspace]
|
[workspace]
|
||||||
members = ["jsonwebkey-convert", "jsonwebkey-cli"]
|
members = ["jsonwebkey-convert-repaired", "jsonwebkey-cli-repaired"]
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "jsonwebkey-cli"
|
name = "jsonwebkey-cli-repaired"
|
||||||
version = "0.3.0"
|
version = "0.3.1"
|
||||||
authors = ["Okamura Yasunobu <okamura@informationsea.info>"]
|
authors = ["Okamura Yasunobu <okamura@informationsea.info>"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
license = "Apache-2.0"
|
license = "Apache-2.0"
|
||||||
|
|
@ -14,6 +14,6 @@ categories = ["authentication"]
|
||||||
# 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
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
jsonwebkey-convert = {version = "0.3", path = "../jsonwebkey-convert", features = ["pem_support"]}
|
jsonwebkey-convert-repaired = {version = "0.3.1", path = "../jsonwebkey-convert-repaired", features = ["pem_support"]}
|
||||||
clap = "2"
|
clap = "2"
|
||||||
serde_json = "1"
|
serde_json = "1"
|
||||||
|
|
@ -1,10 +1,10 @@
|
||||||
[package]
|
[package]
|
||||||
name = "jsonwebkey-convert"
|
name = "jsonwebkey-convert-repaired"
|
||||||
version = "0.3.0"
|
version = "0.3.1"
|
||||||
authors = ["Okamura Yasunobu <okamura@informationsea.info>"]
|
authors = ["Okamura Yasunobu <okamura@informationsea.info>"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
license = "Apache-2.0"
|
license = "Apache-2.0"
|
||||||
description = "Convert an RSA public key between Json Web Key and DER/PEM format."
|
description = "Convert an RSA public key between Json Web Key and DER/PEM format (dependencies repaired)."
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
homepage = "https://github.com/informationsea/jsonwebkey-rs"
|
homepage = "https://github.com/informationsea/jsonwebkey-rs"
|
||||||
repository = "https://github.com/informationsea/jsonwebkey-rs"
|
repository = "https://github.com/informationsea/jsonwebkey-rs"
|
||||||
Loading…
Add table
Add a link
Reference in a new issue