+ Json now a required part for web server

This is primarily for JSON based HTTP payloads which should make things
easier to deal with in the browser later
This commit is contained in:
shockrah
2021-09-27 15:50:31 -07:00
parent 7a1c0ec3ff
commit ae3dd475c1
3 changed files with 4 additions and 2 deletions

View File

@@ -12,4 +12,4 @@ dblib = { version = "0.1.0", path = "../dblib" }
[dependencies.rocket_contrib]
version = "0.4.10"
default-features = false
features = ["serve"]
features = ["serve", "json"]