mirror of
https://github.com/meilisearch/meilisearch.git
synced 2024-11-25 19:45:05 +08:00
18 lines
312 B
TOML
18 lines
312 B
TOML
[package]
|
|
name = "raptor"
|
|
version = "0.1.0"
|
|
authors = ["Kerollmops <renault.cle@gmail.com>"]
|
|
|
|
[dependencies]
|
|
bincode = "1.0"
|
|
serde = "1.0"
|
|
serde_derive = "1.0"
|
|
|
|
[dependencies.fst]
|
|
path = "../../fst"
|
|
# git = "https://github.com/Kerollmops/fst.git"
|
|
# branch = "stream-with-state"
|
|
|
|
# [profile.release]
|
|
# lto = true
|