mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-07-28 17:21:03 +00:00
chore: Rename bin into indexer
This commit is contained in:
committed by
Clément Renault
parent
d210e5d8db
commit
879e28fb7d
15
raptor-indexer/Cargo.toml
Normal file
15
raptor-indexer/Cargo.toml
Normal file
@ -0,0 +1,15 @@
|
||||
[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"
|
||||
|
||||
[profile.release]
|
||||
debug = true
|
||||
lto = true
|
Reference in New Issue
Block a user