1
0
mirror of https://github.com/actix/examples synced 2025-06-26 17:17:42 +02:00
This commit is contained in:
Gorm Casper
2018-07-09 20:18:31 +02:00
parent 14baeff358
commit ab7736c790
6 changed files with 51 additions and 0 deletions

8
Cargo.lock generated
View File

@ -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"