mirror of
https://github.com/AppFlowy-IO/AppFlowy-Cloud.git
synced 2025-04-19 03:24:42 -04:00
38 lines
No EOL
977 B
TOML
38 lines
No EOL
977 B
TOML
[package]
|
|
name = "indexer"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
rayon.workspace = true
|
|
tiktoken-rs = "0.6.0"
|
|
app-error = { workspace = true }
|
|
appflowy-ai-client = { workspace = true, features = ["client-api"] }
|
|
collab = { workspace = true }
|
|
collab-entity = { workspace = true }
|
|
collab-document = { workspace = true }
|
|
database-entity.workspace = true
|
|
database.workspace = true
|
|
futures-util.workspace = true
|
|
sqlx.workspace = true
|
|
tokio.workspace = true
|
|
tracing.workspace = true
|
|
thiserror = "1.0.56"
|
|
uuid.workspace = true
|
|
async-trait.workspace = true
|
|
serde_json.workspace = true
|
|
anyhow.workspace = true
|
|
infra.workspace = true
|
|
prometheus-client = "0.22.3"
|
|
chrono = "0.4.39"
|
|
ureq = "2.12.1"
|
|
serde.workspace = true
|
|
redis = { workspace = true, features = [
|
|
"aio",
|
|
"tokio-comp",
|
|
"connection-manager",
|
|
] }
|
|
secrecy = { workspace = true, features = ["serde"] }
|
|
reqwest.workspace = true
|
|
twox-hash = { version = "2.1.0", features = ["xxhash64"] }
|
|
async-openai = "0.28.0" |