meilisearch/raptor-search/Cargo.toml

19 lines
384 B
TOML
Raw Normal View History

cargo-features = ["edition"]
2018-05-27 21:23:43 +08:00
[package]
edition = "2018"
2018-05-27 21:23:43 +08:00
name = "raptor-search"
version = "0.1.0"
authors = ["Kerollmops <renault.cle@gmail.com>"]
[dependencies]
2018-07-07 03:50:19 +08:00
raptor = { path = "../raptor" }
elapsed = "0.1"
2018-05-27 21:23:43 +08:00
[dependencies.fst]
git = "https://github.com/Kerollmops/fst.git"
branch = "automaton-for-deref"
2018-05-27 21:23:43 +08:00
[dependencies.rocksdb]
git = "https://github.com/pingcap/rust-rocksdb.git"