From ec06eff385ed4817d36c7cb0a35754f3bee89ed9 Mon Sep 17 00:00:00 2001 From: asonix Date: Thu, 19 Mar 2020 22:24:39 -0500 Subject: [PATCH] Rename binary, fix repo url --- Cargo.lock | 68 +++++++++++++++++++++++++++--------------------------- Cargo.toml | 4 ++-- 2 files changed, 36 insertions(+), 36 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a93f9b6..8eceb21 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -379,40 +379,6 @@ version = "1.0.27" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "013a6e0a2cbe3d20f9c60b65458f7a7f7a5e636c5d0f45a5a6aee5d4b1f01785" -[[package]] -name = "ap-actix" -version = "0.1.0" -dependencies = [ - "activitystreams", - "actix", - "actix-rt", - "actix-web", - "actix-webfinger", - "anyhow", - "base64 0.12.0", - "bb8-postgres", - "config", - "dotenv", - "futures", - "http-signature-normalization-actix", - "log", - "lru", - "num_cpus", - "pretty_env_logger", - "rand", - "rsa", - "rsa-magic-public-key", - "rsa-pem", - "serde 1.0.105", - "serde_json", - "sha2", - "structopt", - "thiserror", - "tokio", - "ttl_cache", - "uuid", -] - [[package]] name = "arc-swap" version = "0.4.5" @@ -1779,6 +1745,40 @@ version = "0.6.17" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7fe5bd57d1d7414c6b5ed48563a2c855d995ff777729dcd91c369ec7fea395ae" +[[package]] +name = "relay" +version = "0.1.0" +dependencies = [ + "activitystreams", + "actix", + "actix-rt", + "actix-web", + "actix-webfinger", + "anyhow", + "base64 0.12.0", + "bb8-postgres", + "config", + "dotenv", + "futures", + "http-signature-normalization-actix", + "log", + "lru", + "num_cpus", + "pretty_env_logger", + "rand", + "rsa", + "rsa-magic-public-key", + "rsa-pem", + "serde 1.0.105", + "serde_json", + "sha2", + "structopt", + "thiserror", + "tokio", + "ttl_cache", + "uuid", +] + [[package]] name = "resolv-conf" version = "0.6.3" diff --git a/Cargo.toml b/Cargo.toml index 9ea9466..1e90da8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,11 +1,11 @@ [package] -name = "ap-actix" +name = "relay" description = "A simple activitypub relay" version = "0.1.0" authors = ["asonix "] license-file = "LICENSE" readme = "README.md" -repository = "https://git.asonix.dog/asonix/ap-actix" +repository = "https://git.asonix.dog/asonix/ap-relay" keywords = ["activitypub", "relay"] edition = "2018"