mirror of
https://github.com/actix/actix-extras.git
synced 2025-03-25 14:09:45 +01:00
fix badge links
This commit is contained in:
parent
cfb436a363
commit
90e00f7344
@ -1,3 +1,4 @@
|
||||
Copyright (c) 2017 Nikolay Kim
|
||||
Copyright (c) 2017 svartalf and Actix team
|
||||
|
||||
Permission is hereby granted, free of charge, to any
|
||||
|
@ -13,7 +13,7 @@
|
||||
| [actix-identity] | [](https://crates.io/crates/actix-identity) [](https://docs.rs/actix-identity) | Identity service for actix-web framework. |
|
||||
| [actix-protobuf] | [](https://crates.io/crates/actix-protobuf) [](https://docs.rs/actix-protobuf) | Protobuf support for actix-web framework. |
|
||||
| [actix-redis] | [](https://crates.io/crates/actix-redis) [](https://docs.rs/actix-redis) | Redis integration for actix framework. |
|
||||
| [actix-session] | [](https://crates.io/crates/actix-session) [](https://docs.rs/actix-session) | Session for actix web framework. |
|
||||
| [actix-session] | [](https://crates.io/crates/actix-session) [](https://docs.rs/actix-session) | Session for actix-web framework. |
|
||||
| [actix-web-httpauth] | [](https://crates.io/crates/actix-web-httpauth) [](https://docs.rs/actix-web-httpauth) | HTTP authentication schemes for actix-web. |
|
||||
|
||||
|
||||
@ -21,3 +21,9 @@
|
||||
[actix]: https://github.com/actix/actix
|
||||
[actix-web]: https://github.com/actix/actix-web
|
||||
[actix-extras]: https://github.com/actix/actix-extras
|
||||
[actix-cors]: actix-cors
|
||||
[actix-identity]: actix-identity
|
||||
[actix-protobuf]: actix-protobuf
|
||||
[actix-redis]: actix-redis
|
||||
[actix-session]: actix-session
|
||||
[actix-web-httpauth]: actix-web-httpauth
|
||||
|
@ -2,7 +2,7 @@
|
||||
name = "actix-cors"
|
||||
version = "0.2.0"
|
||||
authors = ["Nikolay Kim <fafhrd91@gmail.com>"]
|
||||
description = "Cross-origin resource sharing (CORS) for Actix applications."
|
||||
description = "Cross-origin resource sharing (CORS) for actix-web applications."
|
||||
readme = "README.md"
|
||||
keywords = ["web", "framework"]
|
||||
homepage = "https://actix.rs"
|
||||
|
@ -2,7 +2,7 @@
|
||||
name = "actix-identity"
|
||||
version = "0.2.1"
|
||||
authors = ["Nikolay Kim <fafhrd91@gmail.com>"]
|
||||
description = "Identity service for actix web framework."
|
||||
description = "Identity service for actix-web framework."
|
||||
readme = "README.md"
|
||||
keywords = ["http", "web", "framework", "async", "futures"]
|
||||
homepage = "https://actix.rs"
|
||||
|
@ -41,7 +41,7 @@ time = "0.1.42"
|
||||
tokio = "0.2.6"
|
||||
tokio-util = "0.2.0"
|
||||
|
||||
# actix web session
|
||||
# actix-session
|
||||
actix-web = { version = "2.0.0", optional = true }
|
||||
actix-service = { version = "1.0.0", optional = true }
|
||||
actix-session = { version = "0.3.0", optional = true }
|
||||
|
@ -2,7 +2,7 @@
|
||||
name = "actix-session"
|
||||
version = "0.3.0"
|
||||
authors = ["Nikolay Kim <fafhrd91@gmail.com>"]
|
||||
description = "Session for actix web framework."
|
||||
description = "Session for actix-web framework."
|
||||
readme = "README.md"
|
||||
keywords = ["http", "web", "framework", "async", "futures"]
|
||||
homepage = "https://actix.rs"
|
||||
|
@ -8,7 +8,7 @@
|
||||

|
||||
[](https://gitter.im/actix/actix?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
|
||||
|
||||
> Session for actix web framework.
|
||||
> Session for actix-web framework.
|
||||
|
||||
## Documentation & community resources
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user