Remove Tera usage, the client is its own thing now

This commit is contained in:
2020-08-23 00:40:46 +02:00
parent 7c4a6a885e
commit 000846060c
3 changed files with 3 additions and 342 deletions

View File

@@ -14,6 +14,5 @@ nalgebra = "0.21"
rand = "0.7.3"
serde = { version = "1.0", features= ["derive"] }
serde_json = "1.0"
tera = "1"
tokio = { version = "0.2", features = ["full"] }
warp = "0.2"