AppFlowy-Cloud/libs/gotrue/Cargo.toml

17 lines
525 B
TOML

[package]
name = "gotrue"
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
futures-util = "0.3.8"
anyhow = "1.0.75"
reqwest = { version = "0.11.20", default-features = false, features = ["json", "rustls-tls", "cookies"] }
tokio = { version = "1.0.1", features = ["sync", "macros"] }
infra = { path = "../infra" }
gotrue-entity = { path = "../gotrue-entity" }
tracing = "0.1"