asklyphe/searchservice_old/Cargo.toml
husky 0a7db89373
All checks were successful
/ build-all-services (push) Successful in 9m21s
initial work on rewriting stuff; awaiting changes
crawlers need to be storing which links link where for
pageranking to work; looks like we have to start over on crawling! :D
2025-03-14 18:00:37 -07:00

23 lines
No EOL
597 B
TOML

[package]
name = "searchservice"
version = "0.1.0"
edition = "2021"
license = "AGPL-3"
license-file = "LICENSE"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
asklyphe-common = { path = "../asklyphe-common", features = ["foundationdb"] }
tokio = { version = "1.0", features = ["full"] }
serde = { version = "1.0", features = ["derive"] }
rmp-serde = "1.1.2"
async-nats = "0.38.0"
chrono = "0.4.26"
once_cell = "1.18.0"
ulid = "1.0.0"
rand = "0.8.5"
async-recursion = "1.0.5"
futures = "0.3.30"
log = "0.4.20"
env_logger = "0.10.2"