feat: Make the update update serialization be based on message pack

This commit is contained in:
Clément Renault
2019-08-23 14:37:52 +02:00
committed by Clément Renault
parent 91b44a2759
commit cd864c40bc
4 changed files with 41 additions and 13 deletions

View File

@ -25,6 +25,11 @@ zerocopy = "0.2.8"
git = "https://github.com/3Hren/msgpack-rust.git"
rev = "40b3d48"
[dependencies.rmpv]
git = "https://github.com/3Hren/msgpack-rust.git"
rev = "40b3d48"
features = ["with-serde"]
[dependencies.fst]
git = "https://github.com/Kerollmops/fst.git"
branch = "arc-byte-slice"