+ 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:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user