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

Add docker_sample to examples collection

This commit is contained in:
curiousdev
2020-02-24 10:48:04 -07:00
committed by Jonathas Conceição
parent dc8d61eb59
commit 50332ca491
5 changed files with 80 additions and 0 deletions

View File

@ -45,4 +45,5 @@ members = [
"websocket-chat",
# "websocket-chat-broker",
"websocket-tcp-chat",
"docker_sample",
]