mirror of
https://github.com/meilisearch/meilisearch.git
synced 2024-11-29 16:45:30 +08:00
18 lines
351 B
TOML
18 lines
351 B
TOML
|
[package]
|
||
|
edition = "2018"
|
||
|
name = "raptor-indexer-csv"
|
||
|
version = "0.1.0"
|
||
|
authors = ["Kerollmops <renault.cle@gmail.com>"]
|
||
|
|
||
|
[dependencies]
|
||
|
raptor = { path = "../raptor" }
|
||
|
serde = "1.0"
|
||
|
structopt = "0.2"
|
||
|
serde_derive = "1.0"
|
||
|
csv = "1.0"
|
||
|
unidecode = "0.3"
|
||
|
moby-name-gen = "0.1"
|
||
|
|
||
|
[dependencies.rocksdb]
|
||
|
git = "https://github.com/pingcap/rust-rocksdb.git"
|