mirror of
https://github.com/fafhrd91/actix-web
synced 2025-07-02 17:24:39 +02:00
use local actix-web for examples
This commit is contained in:
@ -11,4 +11,4 @@ path = "src/main.rs"
|
||||
[dependencies]
|
||||
env_logger = "0.4"
|
||||
actix = "^0.4.2"
|
||||
actix-web = { git = "https://github.com/actix/actix-web", features=["alpn"] }
|
||||
actix-web = { path = "../../", features=["alpn"] }
|
||||
|
Reference in New Issue
Block a user