mirror of
https://github.com/actix/actix-extras.git
synced 2024-11-23 23:51:06 +01:00
Use OR
instead of deprecated /
in license field (#80)
This commit is contained in:
parent
2a20ce4568
commit
2ae3c80548
@ -8,7 +8,7 @@ keywords = ["cors", "web", "framework"]
|
|||||||
homepage = "https://actix.rs"
|
homepage = "https://actix.rs"
|
||||||
repository = "https://github.com/actix/actix-extras.git"
|
repository = "https://github.com/actix/actix-extras.git"
|
||||||
documentation = "https://docs.rs/actix-cors/"
|
documentation = "https://docs.rs/actix-cors/"
|
||||||
license = "MIT/Apache-2.0"
|
license = "MIT OR Apache-2.0"
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
|
@ -8,7 +8,7 @@ keywords = ["http", "web", "framework", "async", "futures"]
|
|||||||
homepage = "https://actix.rs"
|
homepage = "https://actix.rs"
|
||||||
repository = "https://github.com/actix/actix-web.git"
|
repository = "https://github.com/actix/actix-web.git"
|
||||||
documentation = "https://docs.rs/actix-identity/"
|
documentation = "https://docs.rs/actix-identity/"
|
||||||
license = "MIT/Apache-2.0"
|
license = "MIT OR Apache-2.0"
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
|
@ -8,7 +8,7 @@ readme = "README.md"
|
|||||||
keywords = ["actix"]
|
keywords = ["actix"]
|
||||||
homepage = "https://github.com/actix/actix-extras"
|
homepage = "https://github.com/actix/actix-extras"
|
||||||
repository = "https://github.com/actix/actix-extras.git"
|
repository = "https://github.com/actix/actix-extras.git"
|
||||||
license = "MIT/Apache-2.0"
|
license = "MIT OR Apache-2.0"
|
||||||
exclude = [".cargo/config", "/examples/**"]
|
exclude = [".cargo/config", "/examples/**"]
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
|
@ -3,7 +3,7 @@ name = "actix-redis"
|
|||||||
version = "0.9.0-alpha.2"
|
version = "0.9.0-alpha.2"
|
||||||
authors = ["Nikolay Kim <fafhrd91@gmail.com>"]
|
authors = ["Nikolay Kim <fafhrd91@gmail.com>"]
|
||||||
description = "Redis integration for actix framework"
|
description = "Redis integration for actix framework"
|
||||||
license = "MIT/Apache-2.0"
|
license = "MIT OR Apache-2.0"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
keywords = ["web", "redis", "async", "actix", "tokio"]
|
keywords = ["web", "redis", "async", "actix", "tokio"]
|
||||||
homepage = "https://github.com/actix/actix-extras"
|
homepage = "https://github.com/actix/actix-extras"
|
||||||
|
@ -8,7 +8,7 @@ keywords = ["http", "web", "framework", "async", "futures"]
|
|||||||
homepage = "https://actix.rs"
|
homepage = "https://actix.rs"
|
||||||
repository = "https://github.com/actix/actix-web.git"
|
repository = "https://github.com/actix/actix-web.git"
|
||||||
documentation = "https://docs.rs/actix-session/"
|
documentation = "https://docs.rs/actix-session/"
|
||||||
license = "MIT/Apache-2.0"
|
license = "MIT OR Apache-2.0"
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
|
@ -9,7 +9,7 @@ homepage = "https://github.com/actix/actix-extras"
|
|||||||
repository = "https://github.com/actix/actix-extras.git"
|
repository = "https://github.com/actix/actix-extras.git"
|
||||||
documentation = "https://docs.rs/actix-web-httpauth/"
|
documentation = "https://docs.rs/actix-web-httpauth/"
|
||||||
categories = ["web-programming::http-server"]
|
categories = ["web-programming::http-server"]
|
||||||
license = "MIT/Apache-2.0"
|
license = "MIT OR Apache-2.0"
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
|
Loading…
Reference in New Issue
Block a user