docker setup

This commit is contained in:
Robin Appelman 2020-11-15 17:28:50 +01:00
commit f7bd166df2
5 changed files with 47 additions and 3 deletions

View file

@ -12,4 +12,5 @@ tokio = "0.2"
dashmap = "3.11"
json = "0.12.4"
warp = "0.2.5"
dotenv = "0.15.0"
dotenv = "0.15.0"
ctrlc = { version = "3.1.7", features = ["termination"] }