From 52e58610e48f07dcc19d4b5b88ba9ccbecfb5a3c Mon Sep 17 00:00:00 2001 From: Rob Ede Date: Thu, 20 Jun 2024 02:18:37 +0100 Subject: [PATCH] chore: share repo and website --- actix-cors/Cargo.toml | 4 ++-- actix-identity/Cargo.toml | 4 ++-- actix-limitation/Cargo.toml | 2 +- actix-protobuf/Cargo.toml | 4 ++-- actix-session/Cargo.toml | 2 +- actix-settings/Cargo.toml | 2 ++ actix-web-httpauth/Cargo.toml | 2 +- actix-ws/Cargo.toml | 3 ++- 8 files changed, 13 insertions(+), 10 deletions(-) diff --git a/actix-cors/Cargo.toml b/actix-cors/Cargo.toml index cc5294455..8d3375eeb 100644 --- a/actix-cors/Cargo.toml +++ b/actix-cors/Cargo.toml @@ -7,8 +7,8 @@ authors = [ ] description = "Cross-Origin Resource Sharing (CORS) controls for Actix Web" keywords = ["actix", "cors", "web", "security", "crossorigin"] -homepage = "https://actix.rs" -repository = "https://github.com/actix/actix-extras/tree/master/actix-cors" +repository.workspace = true +homepage.workspace = true license.workspace = true edition.workspace = true rust-version.workspace = true diff --git a/actix-identity/Cargo.toml b/actix-identity/Cargo.toml index 30467faa4..46858c233 100644 --- a/actix-identity/Cargo.toml +++ b/actix-identity/Cargo.toml @@ -7,8 +7,8 @@ authors = [ ] description = "Identity management for Actix Web" keywords = ["actix", "auth", "identity", "web", "security"] -homepage = "https://actix.rs" -repository = "https://github.com/actix/actix-extras.git" +repository.workspace = true +homepage.workspace = true license.workspace = true edition.workspace = true rust-version.workspace = true diff --git a/actix-limitation/Cargo.toml b/actix-limitation/Cargo.toml index 1510471ff..44c6f1ecf 100644 --- a/actix-limitation/Cargo.toml +++ b/actix-limitation/Cargo.toml @@ -8,7 +8,7 @@ authors = [ description = "Rate limiter using a fixed window counter for arbitrary keys, backed by Redis for Actix Web" keywords = ["actix-web", "rate-api", "rate-limit", "limitation"] categories = ["asynchronous", "web-programming"] -repository = "https://github.com/actix/actix-extras.git" +repository = "https://github.com/actix/actix-extras" license.workspace = true edition.workspace = true rust-version.workspace = true diff --git a/actix-protobuf/Cargo.toml b/actix-protobuf/Cargo.toml index 8e0a15f26..b24eb6e71 100644 --- a/actix-protobuf/Cargo.toml +++ b/actix-protobuf/Cargo.toml @@ -7,8 +7,8 @@ authors = [ ] description = "Protobuf payload extractor for Actix Web" keywords = ["actix", "web", "protobuf", "protocol", "rpc"] -homepage = "https://actix.rs" -repository = "https://github.com/actix/actix-extras.git" +repository.workspace = true +homepage.workspace = true license.workspace = true edition.workspace = true rust-version.workspace = true diff --git a/actix-session/Cargo.toml b/actix-session/Cargo.toml index 93b1bfc2c..e484407d8 100644 --- a/actix-session/Cargo.toml +++ b/actix-session/Cargo.toml @@ -7,7 +7,7 @@ authors = [ ] description = "Session management for Actix Web" keywords = ["http", "web", "framework", "async", "session"] -repository = "https://github.com/actix/actix-extras/tree/master/actix-session" +repository.workspace = true homepage.workspace = true license.workspace = true edition.workspace = true diff --git a/actix-settings/Cargo.toml b/actix-settings/Cargo.toml index 0bab1df3c..6920d698a 100644 --- a/actix-settings/Cargo.toml +++ b/actix-settings/Cargo.toml @@ -6,6 +6,8 @@ authors = [ "Rob Ede ", ] description = "Easily manage Actix Web's settings from a TOML file and environment variables" +repository.workspace = true +homepage.workspace = true license.workspace = true edition.workspace = true rust-version.workspace = true diff --git a/actix-web-httpauth/Cargo.toml b/actix-web-httpauth/Cargo.toml index 09047645f..131b7b9b6 100644 --- a/actix-web-httpauth/Cargo.toml +++ b/actix-web-httpauth/Cargo.toml @@ -8,8 +8,8 @@ authors = [ "svartalf ", "Yuki Okushi ", ] -homepage.workspace = true repository.workspace = true +homepage.workspace = true license.workspace = true edition.workspace = true rust-version.workspace = true diff --git a/actix-ws/Cargo.toml b/actix-ws/Cargo.toml index 1d7f468da..f2d39380b 100644 --- a/actix-ws/Cargo.toml +++ b/actix-ws/Cargo.toml @@ -8,7 +8,8 @@ authors = [ "asonix ", "Rob Ede ", ] -repository = "https://github.com/actix/actix-extras" +repository.workspace = true +homepage.workspace = true license.workspace = true edition.workspace = true rust-version.workspace = true