mirror of
https://github.com/actix/actix-extras.git
synced 2025-06-25 18:09:22 +02:00
use actix-web from master
This commit is contained in:
@ -17,7 +17,7 @@ contains the following:
|
||||
```toml
|
||||
[dependencies]
|
||||
actix = "0.5"
|
||||
actix-web = "0.4"
|
||||
actix-web = { git="https://github.com/actix/actix-web.git" }
|
||||
```
|
||||
|
||||
In order to implement a web server, we first need to create a request handler.
|
||||
|
Reference in New Issue
Block a user