refactor serialization, add json

This commit is contained in:
xenofem 2022-04-07 01:09:45 -04:00
parent 921b62ed97
commit aa508a43cb
5 changed files with 155 additions and 69 deletions

7
Cargo.lock generated
View file

@ -995,6 +995,12 @@ dependencies = [
"wasm-bindgen",
]
[[package]]
name = "json"
version = "0.12.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "078e285eafdfb6c4b434e0d31e8cfcb5115b651496faca5749b88fafd4f23bfd"
[[package]]
name = "language-tags"
version = "0.3.2"
@ -1381,6 +1387,7 @@ dependencies = [
"actix-web",
"bytes",
"futures",
"json",
"lazy_static",
"pdf",
"regex",