16 lines
376 B
TOML
16 lines
376 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
|
|
anyhow = "1.0.79"
|
|
lazy_static = "1.4.0"
|
|
jsonwebtoken = "8.3.0"
|
|
app-error = { workspace = true, features = ["gotrue_error"] }
|
|
chrono = "0.4.33"
|