mirror of
https://github.com/meilisearch/meilisearch.git
synced 2024-11-23 02:27:40 +08:00
21 lines
427 B
TOML
21 lines
427 B
TOML
[package]
|
|
edition = "2018"
|
|
name = "raptor-http"
|
|
version = "0.1.0"
|
|
authors = ["Clément Renault <renault.cle@gmail.com>"]
|
|
|
|
[dependencies]
|
|
raptor = { path = "../raptor" }
|
|
serde_derive = "1.0"
|
|
serde_json = "1.0"
|
|
structopt = "0.2"
|
|
serde = "1.0"
|
|
warp = "0.1"
|
|
|
|
[dependencies.fst]
|
|
git = "https://github.com/Kerollmops/fst.git"
|
|
branch = "automaton-for-deref"
|
|
|
|
[dependencies.rocksdb]
|
|
git = "https://github.com/pingcap/rust-rocksdb.git"
|