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:
24
Cargo.lock
generated
24
Cargo.lock
generated
@ -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"
|
||||
|
Reference in New Issue
Block a user