AppFlowy-Cloud/libs/gotrue-entity/Cargo.toml
Nathan.fooo 3181b17d60
chore: set deployment id for azure embedding (#1322)
* chore: fix audit

* chore: update audit config

* chore: fix azure embedding

* chore: adjust ai config

* fix: do not generate embedding when all chunk content is empty
2025-04-07 14:44:22 +08:00

14 lines
406 B
TOML

[package]
name = "gotrue-entity"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
serde.workspace = true
serde_json.workspace = true
lazy_static = "1.4.0"
# can not upgrade to 9.3.1, it's not campatible with gotrue token
jsonwebtoken = "8.3.0"
app-error = { workspace = true, features = ["gotrue_error"] }