From 24823356fc71d08e4c2015f1ef03c826501cb28a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jon=20H=C3=A4ggblad?= Date: Wed, 22 Feb 2023 15:55:00 +0100 Subject: [PATCH] nym-crypto: update nym-sphinx-types dependency to published (#3086) * nym-crypto: update nym-sphinx-types dependency to published * nym-crypto: update cargo metadata --- common/crypto/Cargo.toml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/common/crypto/Cargo.toml b/common/crypto/Cargo.toml index b962a26f29..0600adf87d 100644 --- a/common/crypto/Cargo.toml +++ b/common/crypto/Cargo.toml @@ -1,15 +1,11 @@ [package] name = "nym-crypto" version = "0.1.0" +description = "Crypto library for the nym mixnet" edition = { workspace = true } authors = { workspace = true } license = { workspace = true } repository = { workspace = true } -readme = { workspace = true } -homepage = { workspace = true } -documentation = { workspace = true } - -# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] aes = { version = "0.8.1", optional = true } @@ -30,7 +26,7 @@ subtle-encoding = { version = "0.5", features = ["bech32-preview"]} thiserror = "1.0.37" # internal -nym-sphinx-types = { path = "../nymsphinx/types" } +nym-sphinx-types = { path = "../nymsphinx/types", version = "0.1.0" } nym-pemstore = { path = "../../common/pemstore", version = "0.1.0" } [dev-dependencies]