diff --git a/Cargo.toml b/Cargo.toml index ab87c5f40d..98e1834ee9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -103,6 +103,7 @@ exclude = ["explorer", "contracts", "clients/webassembly", "nym-wallet", "nym-co authors = ["Nym Technologies SA"] repository = "https://github.com/nymtech/nym" homepage = "https://nymtech.net" +documentation = "https://nymtech.net" edition = "2021" license = "Apache-2" diff --git a/common/pemstore/Cargo.toml b/common/pemstore/Cargo.toml index a5542ff097..8603c9bf08 100644 --- a/common/pemstore/Cargo.toml +++ b/common/pemstore/Cargo.toml @@ -3,8 +3,12 @@ name = "nym-pemstore" description = "Store private-public keypairs in PEM format" version = "0.1.0" edition = { workspace = true } -license = { workspace = true } authors = { workspace = true } +license = { workspace = true } +repository = { workspace = true } +readme = { workspace = true } +homepage = { workspace = true } +documentation = { workspace = true } [dependencies] -pem = "1.1.1" +pem = "0.8"