2018-05-27 15:23:43 +02:00
|
|
|
[package]
|
|
|
|
name = "raptor-search"
|
|
|
|
version = "0.1.0"
|
|
|
|
authors = ["Kerollmops <renault.cle@gmail.com>"]
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
env_logger = { version = "0.3", default-features = false }
|
2018-07-06 21:50:19 +02:00
|
|
|
raptor = { path = "../raptor" }
|
2018-07-06 22:05:51 +02:00
|
|
|
elapsed = "0.1"
|
2018-05-27 15:23:43 +02:00
|
|
|
serde = "1.0"
|
|
|
|
serde_derive = "1.0"
|
|
|
|
|
|
|
|
[dependencies.fst]
|
|
|
|
git = "https://github.com/Kerollmops/fst.git"
|
|
|
|
branch = "op-builder-with-state"
|
|
|
|
|
2018-07-06 21:26:07 +02:00
|
|
|
[dependencies.rocksdb]
|
|
|
|
git = "https://github.com/pingcap/rust-rocksdb.git"
|