feat: Schema can be toml de/serialized

This commit is contained in:
Clément Renault
2018-12-28 19:24:50 +01:00
parent 70772eca5c
commit 8412c14b5b
4 changed files with 87 additions and 26 deletions

View File

@ -17,6 +17,11 @@ serde = "1.0"
serde_derive = "1.0"
unidecode = "0.3"
[dependencies.toml]
git = "https://github.com/Kerollmops/toml-rs.git"
features = ["preserve_order"]
rev = "0372ba6"
[dependencies.rocksdb]
git = "https://github.com/pingcap/rust-rocksdb.git"
rev = "c2eb140"