mirror of
https://github.com/meilisearch/MeiliSearch
synced 2024-11-23 05:14:27 +01:00
d6e113c683
in order to save fields of the products
23 lines
469 B
TOML
23 lines
469 B
TOML
[package]
|
|
name = "raptor-search"
|
|
version = "0.1.0"
|
|
authors = ["Kerollmops <renault.cle@gmail.com>"]
|
|
|
|
[dependencies]
|
|
env_logger = { version = "0.3", default-features = false }
|
|
raptor = { path = ".." }
|
|
serde = "1.0"
|
|
serde_derive = "1.0"
|
|
elapsed = "0.1"
|
|
|
|
[dependencies.fst]
|
|
git = "https://github.com/Kerollmops/fst.git"
|
|
branch = "op-builder-with-state"
|
|
|
|
[dependencies.rocksdb]
|
|
git = "https://github.com/pingcap/rust-rocksdb.git"
|
|
|
|
[profile.release]
|
|
lto = true
|
|
debug = true
|