2022-12-04 22:50:36 +00:00
|
|
|
[package]
|
|
|
|
name = "leptos_config"
|
2023-01-02 21:35:00 +00:00
|
|
|
version = "0.1.0-beta"
|
2022-12-04 22:50:36 +00:00
|
|
|
edition = "2021"
|
|
|
|
authors = ["Greg Johnston"]
|
|
|
|
license = "MIT"
|
2023-01-10 02:59:13 +00:00
|
|
|
repository = "https://github.com/leptos-rs/leptos"
|
2022-12-05 21:25:16 +00:00
|
|
|
description = "Configuraiton for the Leptos web framework."
|
2022-12-04 22:50:36 +00:00
|
|
|
|
|
|
|
[dependencies]
|
2022-12-20 20:14:42 +00:00
|
|
|
config = "0.13.3"
|
|
|
|
fs = "0.0.5"
|
|
|
|
regex = "1.7.0"
|
|
|
|
serde = { version = "1.0.151", features = ["derive"] }
|
|
|
|
thiserror = "1.0.38"
|
2022-12-04 22:50:36 +00:00
|
|
|
typed-builder = "0.11.0"
|
2022-12-20 20:14:42 +00:00
|
|
|
|