2018-09-09 17:13:58 +08:00
|
|
|
cargo-features = ["edition"]
|
|
|
|
|
2018-05-27 21:23:43 +08:00
|
|
|
[package]
|
2018-09-09 17:13:58 +08:00
|
|
|
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" }
|
2018-07-07 04:05:51 +08:00
|
|
|
elapsed = "0.1"
|
2018-05-27 21:23:43 +08:00
|
|
|
|
|
|
|
[dependencies.fst]
|
|
|
|
git = "https://github.com/Kerollmops/fst.git"
|
2018-09-09 17:13:58 +08:00
|
|
|
branch = "automaton-for-deref"
|
2018-05-27 21:23:43 +08:00
|
|
|
|
2018-07-07 03:26:07 +08:00
|
|
|
[dependencies.rocksdb]
|
|
|
|
git = "https://github.com/pingcap/rust-rocksdb.git"
|