test(http): setting enum serialize/deserialize

This commit is contained in:
Alexey Shekhirin
2021-04-07 15:06:14 +03:00
parent dc636d190d
commit 84c1dda39d
4 changed files with 75 additions and 3 deletions

View File

@ -37,3 +37,6 @@ fst = "0.4.5"
# Temporary fix for bitvec, remove once fixed. (https://github.com/bitvecto-rs/bitvec/issues/105)
funty = "=1.1"
[dev-dependencies]
serde_test = "1.0.125"