feat: Create an example for HTTP server managing multiple databases

This commit is contained in:
Quentin de Quelen
2019-01-14 13:39:54 +01:00
parent 0a3d069fbc
commit c023cb3065
2 changed files with 413 additions and 0 deletions

View File

@ -51,6 +51,11 @@ rand_xorshift = "0.1"
structopt = "0.2"
tempfile = "3.0"
termcolor = "1.0"
warp = "0.1"
[dev-dependencies.chashmap]
git = "https://gitlab.redox-os.org/redox-os/tfs.git"
rev = "b3e7cae1"
[profile.release]
debug = true