1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-06-26 06:57:43 +02:00

add r2d2 example

This commit is contained in:
Nikolay Kim
2018-02-15 23:05:10 -08:00
parent 8607c51bcf
commit 3c95823e53
6 changed files with 126 additions and 0 deletions

View File

@ -101,6 +101,7 @@ members = [
"./",
"examples/basics",
"examples/diesel",
"examples/r2d2",
"examples/json",
"examples/hello-world",
"examples/multipart",