mirror of
https://github.com/actix/examples
synced 2025-06-26 17:17:42 +02:00
init
This commit is contained in:
8
Cargo.lock
generated
8
Cargo.lock
generated
@ -1038,6 +1038,14 @@ name = "memoffset"
|
||||
version = "0.2.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
|
||||
[[package]]
|
||||
name = "middleware-example"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"actix 0.5.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"actix-web 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "mime"
|
||||
version = "0.3.7"
|
||||
|
Reference in New Issue
Block a user