mirror of
https://github.com/AppFlowy-IO/AppFlowy-Cloud.git
synced 2025-04-19 03:24:42 -04:00
* 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
14 lines
406 B
TOML
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"] }
|