mirror of
https://github.com/trailbaseio/trailbase.git
synced 2026-05-24 11:49:44 -05:00
24 lines
571 B
TOML
24 lines
571 B
TOML
[package]
|
|
name = "auth-ui-component"
|
|
version = "0.0.0"
|
|
edition = "2024"
|
|
license = "OSL-3.0"
|
|
description = "TrailBase default Auth UI WASM component"
|
|
homepage = "https://trailbase.io"
|
|
repository = "https://github.com/trailbaseio/trailbase"
|
|
readme = "README.md"
|
|
|
|
[lib]
|
|
crate-type = ["cdylib"]
|
|
|
|
[dependencies]
|
|
askama = { workspace = true }
|
|
itertools = "0.14.0"
|
|
rust-embed = { workspace = true }
|
|
serde = { version = "^1.0.203", features = ["derive"] }
|
|
serde_json = "^1.0.117"
|
|
trailbase-wasm = { workspace = true }
|
|
|
|
[build-dependencies]
|
|
trailbase-build = { workspace = true }
|