From 6f5e4ca50eb79810c12f6f4cbbc5c568505b4dcc Mon Sep 17 00:00:00 2001 From: "Aode (lion)" Date: Mon, 29 Nov 2021 16:04:39 -0600 Subject: [PATCH] Update cargo toml --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index cabd733..1aac5f5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ with-background-jobs = ["apub-background-jobs"] with-openssl = ["apub-openssl"] with-reqwest = ["apub-reqwest"] with-rustcrypto = ["apub-rustcrypto"] -utils = ["apub-breaker-session", "apub-deref-client", "apub-publickey", "apub-simple-activitypub"] +utils = ["apub-breaker-session", "apub-publickey", "apub-simple-activitypub"] [dependencies] apub-actix-web = { version = "0.1.0", path = "./apub-actix-web/", optional = true } @@ -21,8 +21,8 @@ apub-awc = { version = "0.1.0", path = "./apub-awc/", optional = true } apub-background-jobs = { version = "0.1.0", path = "./apub-background-jobs/", optional = true } apub-breaker-session = { version = "0.1.0", path = "./apub-breaker-session/", optional = true } apub-core = { version = "0.1.0", path = "./apub-core/" } -apub-deref-client = { version = "0.1.0", path = "./apub-deref-client/", optional = true } apub-openssl = { version = "0.1.0", path = "./apub-openssl/", optional = true } +apub-privatekey = { version = "0.1.0", path = "./apub-privatekey/" } apub-publickey = { version = "0.1.0", path = "./apub-publickey/", optional = true } apub-reqwest = { version = "0.1.0", path = "./apub-reqwest/", optional = true } apub-rustcrypto = { version = "0.1.0", path = "./apub-rustcrypto/", optional = true } @@ -45,8 +45,8 @@ members = [ "apub-background-jobs", "apub-breaker-session", "apub-core", - "apub-deref-client", "apub-openssl", + "apub-privatekey", "apub-publickey", "apub-reqwest", "apub-rustcrypto",