leptos/leptos_config/Cargo.toml
Greg Johnston 755ceb7d75 0.1.0-beta
2023-01-02 16:35:00 -05:00

17 lines
387 B
TOML

[package]
name = "leptos_config"
version = "0.1.0-beta"
edition = "2021"
authors = ["Greg Johnston"]
license = "MIT"
repository = "https://github.com/gbj/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"