1
0
mirror of https://github.com/actix/examples synced 2025-06-26 17:17:42 +02:00

Create async-std multipart example (#228)

This commit is contained in:
torfmaster
2020-01-23 02:16:08 +01:00
committed by Yuki Okushi
parent e4d79472e9
commit 469f8b538f
6 changed files with 112 additions and 0 deletions

View File

@ -19,6 +19,7 @@ members = [
"juniper",
"middleware",
"multipart",
"multipart-async-std",
"openssl",
# "protobuf",
"r2d2",