mirror of
https://github.com/actix/examples
synced 2025-01-22 22:05:57 +01:00
Rename example 'complex-middleware' to 'cookie-auth-full'
This commit is contained in:
parent
1e7402e2bb
commit
7156e1cbf0
@ -37,8 +37,8 @@ script:
|
||||
cd async_db && cargo check && cd ..
|
||||
cd async_ex1 && cargo check && cd ..
|
||||
cd basics && cargo check && cd ..
|
||||
cd complex-middleware && cargo check && cd ..
|
||||
cd cookie-auth && cargo check && cd ..
|
||||
cd cookie-auth-full && cargo check && cd ..
|
||||
cd cookie-session && cargo check && cd ..
|
||||
cd diesel && cargo check && cd ..
|
||||
cd form && cargo check && cd ..
|
||||
|
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"
|
||||
|
@ -4,8 +4,8 @@ members = [
|
||||
"async_db",
|
||||
"async_ex1",
|
||||
"basics",
|
||||
"complex-middleware",
|
||||
"cookie-auth",
|
||||
"cookie-auth-full",
|
||||
"cookie-session",
|
||||
"diesel",
|
||||
"form",
|
||||
|
@ -1,5 +1,5 @@
|
||||
[package]
|
||||
name = "complex-middleware"
|
||||
name = "cookie-auth-full"
|
||||
version = "0.1.0"
|
||||
authors = ["Nikolay Kim <fafhrd91@gmail.com>"]
|
||||
workspace = "../"
|
Loading…
x
Reference in New Issue
Block a user