Add server

This commit is contained in:
moznion
2020-11-22 21:15:21 +09:00
parent 3ffb8b75be
commit 6164f7b597
10 changed files with 457 additions and 5 deletions

View File

@@ -11,3 +11,6 @@ md5 = "0.7.0"
chrono = "0.4"
rand = "0.7.3"
num_enum = "0.5.1"
tokio = { version = "0.3.4", features = ["full"] }
log = "0.4.11"
thiserror = "1.0"