dump: Make the data less prone of memory indirections

This commit is contained in:
Clément Renault
2018-05-05 10:59:03 +02:00
parent d0919b2108
commit a20405f786
6 changed files with 204 additions and 170 deletions

View File

@ -13,7 +13,6 @@ lazy_static = "1.0"
serde = "1.0"
serde_derive = "1.0"
serde_json = "1.0"
smallvec = { version = "0.6", features = ["serde"] }
tokio-minihttp = { git = "https://github.com/tokio-rs/tokio-minihttp.git" }
tokio-proto = "0.1"
tokio-service = "0.1"