mirror of
https://github.com/leptos-rs/leptos
synced 2024-11-10 06:44:17 +00:00
16 lines
400 B
TOML
16 lines
400 B
TOML
[package]
|
|
name = "leptos_config"
|
|
version = { workspace = true }
|
|
edition = "2021"
|
|
authors = ["Greg Johnston"]
|
|
license = "MIT"
|
|
repository = "https://github.com/leptos-rs/leptos"
|
|
description = "Configuraiton for the Leptos web framework."
|
|
|
|
[dependencies]
|
|
config = "0.13.3"
|
|
fs = "0.0.5"
|
|
regex = "1.7.0"
|
|
serde = { version = "1.0.151", features = ["derive"] }
|
|
thiserror = "1.0.38"
|
|
typed-builder = "0.11.0"
|