MeiliSearch/raptor-indexer/Cargo.toml
Clément Renault d6e113c683 feat: Introduce RocksDB in this project
in order to save fields of the products
2018-08-25 17:00:05 +02:00

19 lines
333 B
TOML

[package]
name = "raptor-indexer"
version = "0.1.0"
authors = ["Kerollmops <renault.cle@gmail.com>"]
[dependencies]
raptor = { path = ".." }
serde = "1.0"
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