mirror of
https://github.com/ntex-rs/ntex.git
synced 2025-04-06 22:37:39 +03:00
use actix-web from master
This commit is contained in:
parent
191b53bd7c
commit
fdb7419e24
2 changed files with 9 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue