mirror of
https://github.com/actix/actix-extras.git
synced 2024-11-23 15:51:06 +01:00
chore: share repo and website
This commit is contained in:
parent
023158cfa8
commit
52e58610e4
@ -7,8 +7,8 @@ authors = [
|
|||||||
]
|
]
|
||||||
description = "Cross-Origin Resource Sharing (CORS) controls for Actix Web"
|
description = "Cross-Origin Resource Sharing (CORS) controls for Actix Web"
|
||||||
keywords = ["actix", "cors", "web", "security", "crossorigin"]
|
keywords = ["actix", "cors", "web", "security", "crossorigin"]
|
||||||
homepage = "https://actix.rs"
|
repository.workspace = true
|
||||||
repository = "https://github.com/actix/actix-extras/tree/master/actix-cors"
|
homepage.workspace = true
|
||||||
license.workspace = true
|
license.workspace = true
|
||||||
edition.workspace = true
|
edition.workspace = true
|
||||||
rust-version.workspace = true
|
rust-version.workspace = true
|
||||||
|
@ -7,8 +7,8 @@ authors = [
|
|||||||
]
|
]
|
||||||
description = "Identity management for Actix Web"
|
description = "Identity management for Actix Web"
|
||||||
keywords = ["actix", "auth", "identity", "web", "security"]
|
keywords = ["actix", "auth", "identity", "web", "security"]
|
||||||
homepage = "https://actix.rs"
|
repository.workspace = true
|
||||||
repository = "https://github.com/actix/actix-extras.git"
|
homepage.workspace = true
|
||||||
license.workspace = true
|
license.workspace = true
|
||||||
edition.workspace = true
|
edition.workspace = true
|
||||||
rust-version.workspace = true
|
rust-version.workspace = true
|
||||||
|
@ -8,7 +8,7 @@ authors = [
|
|||||||
description = "Rate limiter using a fixed window counter for arbitrary keys, backed by Redis for Actix Web"
|
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"]
|
keywords = ["actix-web", "rate-api", "rate-limit", "limitation"]
|
||||||
categories = ["asynchronous", "web-programming"]
|
categories = ["asynchronous", "web-programming"]
|
||||||
repository = "https://github.com/actix/actix-extras.git"
|
repository = "https://github.com/actix/actix-extras"
|
||||||
license.workspace = true
|
license.workspace = true
|
||||||
edition.workspace = true
|
edition.workspace = true
|
||||||
rust-version.workspace = true
|
rust-version.workspace = true
|
||||||
|
@ -7,8 +7,8 @@ authors = [
|
|||||||
]
|
]
|
||||||
description = "Protobuf payload extractor for Actix Web"
|
description = "Protobuf payload extractor for Actix Web"
|
||||||
keywords = ["actix", "web", "protobuf", "protocol", "rpc"]
|
keywords = ["actix", "web", "protobuf", "protocol", "rpc"]
|
||||||
homepage = "https://actix.rs"
|
repository.workspace = true
|
||||||
repository = "https://github.com/actix/actix-extras.git"
|
homepage.workspace = true
|
||||||
license.workspace = true
|
license.workspace = true
|
||||||
edition.workspace = true
|
edition.workspace = true
|
||||||
rust-version.workspace = true
|
rust-version.workspace = true
|
||||||
|
@ -7,7 +7,7 @@ authors = [
|
|||||||
]
|
]
|
||||||
description = "Session management for Actix Web"
|
description = "Session management for Actix Web"
|
||||||
keywords = ["http", "web", "framework", "async", "session"]
|
keywords = ["http", "web", "framework", "async", "session"]
|
||||||
repository = "https://github.com/actix/actix-extras/tree/master/actix-session"
|
repository.workspace = true
|
||||||
homepage.workspace = true
|
homepage.workspace = true
|
||||||
license.workspace = true
|
license.workspace = true
|
||||||
edition.workspace = true
|
edition.workspace = true
|
||||||
|
@ -6,6 +6,8 @@ authors = [
|
|||||||
"Rob Ede <robjtede@icloud.com>",
|
"Rob Ede <robjtede@icloud.com>",
|
||||||
]
|
]
|
||||||
description = "Easily manage Actix Web's settings from a TOML file and environment variables"
|
description = "Easily manage Actix Web's settings from a TOML file and environment variables"
|
||||||
|
repository.workspace = true
|
||||||
|
homepage.workspace = true
|
||||||
license.workspace = true
|
license.workspace = true
|
||||||
edition.workspace = true
|
edition.workspace = true
|
||||||
rust-version.workspace = true
|
rust-version.workspace = true
|
||||||
|
@ -8,8 +8,8 @@ authors = [
|
|||||||
"svartalf <self@svartalf.info>",
|
"svartalf <self@svartalf.info>",
|
||||||
"Yuki Okushi <huyuumi.dev@gmail.com>",
|
"Yuki Okushi <huyuumi.dev@gmail.com>",
|
||||||
]
|
]
|
||||||
homepage.workspace = true
|
|
||||||
repository.workspace = true
|
repository.workspace = true
|
||||||
|
homepage.workspace = true
|
||||||
license.workspace = true
|
license.workspace = true
|
||||||
edition.workspace = true
|
edition.workspace = true
|
||||||
rust-version.workspace = true
|
rust-version.workspace = true
|
||||||
|
@ -8,7 +8,8 @@ authors = [
|
|||||||
"asonix <asonix@asonix.dog>",
|
"asonix <asonix@asonix.dog>",
|
||||||
"Rob Ede <robjtede@icloud.com>",
|
"Rob Ede <robjtede@icloud.com>",
|
||||||
]
|
]
|
||||||
repository = "https://github.com/actix/actix-extras"
|
repository.workspace = true
|
||||||
|
homepage.workspace = true
|
||||||
license.workspace = true
|
license.workspace = true
|
||||||
edition.workspace = true
|
edition.workspace = true
|
||||||
rust-version.workspace = true
|
rust-version.workspace = true
|
||||||
|
Loading…
Reference in New Issue
Block a user