1
0
mirror of https://github.com/actix/examples synced 2025-06-26 17:17:42 +02:00

Rename example 'complex-middleware' to 'cookie-auth-full'

This commit is contained in:
Sadika Sumanapala
2018-07-23 15:29:32 +05:30
parent 1e7402e2bb
commit 7156e1cbf0
6 changed files with 15 additions and 15 deletions

24
Cargo.lock generated
View File

@ -366,18 +366,6 @@ dependencies = [
"bitflags 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "complex-middleware"
version = "0.1.0"
dependencies = [
"actix 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
"actix-web 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
"cookie 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)",
"env_logger 0.5.10 (registry+https://github.com/rust-lang/crates.io-index)",
"futures 0.1.23 (registry+https://github.com/rust-lang/crates.io-index)",
"time 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "cookie"
version = "0.10.1"
@ -398,6 +386,18 @@ dependencies = [
"env_logger 0.5.10 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "cookie-auth-full"
version = "0.1.0"
dependencies = [
"actix 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
"actix-web 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
"cookie 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)",
"env_logger 0.5.10 (registry+https://github.com/rust-lang/crates.io-index)",
"futures 0.1.23 (registry+https://github.com/rust-lang/crates.io-index)",
"time 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "cookie-session"
version = "0.1.0"