mirror of https://github.com/fafhrd91/actix-web
Merge branch 'master' into dep-graphs
This commit is contained in:
commit
df548fb6ef
|
@ -124,6 +124,10 @@ actix-files = { path = "actix-files" }
|
|||
actix-multipart = { path = "actix-multipart" }
|
||||
awc = { path = "awc" }
|
||||
|
||||
[[example]]
|
||||
name = "client"
|
||||
required-features = ["rustls"]
|
||||
|
||||
[[bench]]
|
||||
name = "server"
|
||||
harness = false
|
||||
|
|
Loading…
Reference in New Issue