mirror of
https://github.com/meilisearch/MeiliSearch
synced 2024-11-22 21:04:27 +01:00
19 lines
449 B
TOML
19 lines
449 B
TOML
[package]
|
|
name = "raptor"
|
|
version = "0.1.0"
|
|
authors = ["Kerollmops <renault.cle@gmail.com>"]
|
|
|
|
[dependencies]
|
|
bincode = "1.0"
|
|
env_logger = { version = "0.3", default-features = false }
|
|
fst = "0.3"
|
|
futures = "0.1"
|
|
tokio-minihttp = { git = "https://github.com/tokio-rs/tokio-minihttp.git" }
|
|
tokio-proto = "0.1"
|
|
tokio-service = "0.1"
|
|
serde = "1.0"
|
|
serde_json = "1.0"
|
|
serde_derive = "1.0"
|
|
smallvec = { version = "0.6", features = ["serde"] }
|
|
url = "1.7"
|