feat: Introduce RocksDB in this project

in order to save fields of the products
This commit is contained in:
Clément Renault
2018-07-06 21:26:07 +02:00
parent b9a4be10c6
commit d6e113c683
6 changed files with 354 additions and 23 deletions

View File

@ -10,6 +10,9 @@ serde_derive = "1.0"
serde_json = "1.0"
unidecode = "0.3"
[dependencies.rocksdb]
git = "https://github.com/pingcap/rust-rocksdb.git"
[profile.release]
debug = true
lto = true