mirror of
https://github.com/meilisearch/meilisearch.git
synced 2024-11-23 02:27:40 +08:00
15 lines
297 B
TOML
15 lines
297 B
TOML
[package]
|
|
name = "raptor-indexer"
|
|
version = "0.1.0"
|
|
authors = ["Kerollmops <renault.cle@gmail.com>"]
|
|
|
|
[dependencies]
|
|
raptor = { path = "../raptor" }
|
|
serde = "1.0"
|
|
serde_derive = "1.0"
|
|
serde_json = "1.0"
|
|
unidecode = "0.3"
|
|
|
|
[dependencies.rocksdb]
|
|
git = "https://github.com/pingcap/rust-rocksdb.git"
|