feat: Introduce the index module

This commit is contained in:
Clément Renault
2018-11-20 11:37:19 +01:00
parent b3249d515d
commit 7c1a17520d
9 changed files with 188 additions and 92 deletions

View File

@ -35,4 +35,5 @@ serde = "1.0"
serde_derive = "1.0"
serde_json = "1.0"
structopt = "0.2"
tempfile = "3.0"
warp = "0.1"