mirror of
https://github.com/meilisearch/meilisearch.git
synced 2024-11-23 02:27:40 +08:00
19 lines
377 B
TOML
19 lines
377 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"
|
||
|
|
||
|
[dependencies.fst]
|
||
|
git = "https://github.com/Kerollmops/fst.git"
|
||
|
branch = "op-builder-with-state"
|
||
|
|
||
|
[profile.release]
|
||
|
lto = true
|
||
|
debug = true
|