feat: initial work on elasticsearch integration
Signed-off-by: Zomatree <me@zomatree.live>
This commit is contained in:
16
crates/daemons/searchd/Cargo.toml
Normal file
16
crates/daemons/searchd/Cargo.toml
Normal file
@@ -0,0 +1,16 @@
|
||||
[package]
|
||||
name = "revolt-searchd"
|
||||
version = "0.11.5"
|
||||
edition = "2024"
|
||||
license = "AGPL-3.0-or-later"
|
||||
publish = false
|
||||
|
||||
[dependencies]
|
||||
tokio = { version = "1.50.0", features = ["macros"] }
|
||||
revolt-database = { version = "0.11.5", path = "../../core/database" }
|
||||
revolt-config = { version = "0.11.5", path = "../../core/config" }
|
||||
revolt-search = { version = "0.11.5", path = "../../core/search" }
|
||||
amqprs = "1.7.0"
|
||||
async-trait = "0.1.89"
|
||||
log = "0.4.29"
|
||||
serde_json = "1"
|
||||
Reference in New Issue
Block a user