26 lines
587 B
TOML
26 lines
587 B
TOML
[package]
|
|
name = "quickpeep_index"
|
|
authors = ["Olivier 'reivilibre'"]
|
|
license = "MIT OR Apache-2.0"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
tantivy = "0.17.0"
|
|
meilisearch-sdk = "0.15.0"
|
|
anyhow = "1.0.56"
|
|
tokio = { version = "1.17.0", features = ["full"] }
|
|
log = "0.4.16"
|
|
env_logger = "0.9.0"
|
|
serde = { version = "1.0.136", features = ["derive"] }
|
|
serde_bare = "0.5.0"
|
|
toml = "0.5.8"
|
|
|
|
blake3 = "1.3.1"
|
|
|
|
fancy_mdbx = "0.1.1"
|
|
|
|
quickpeep_structs = { path = "../quickpeep_structs" }
|