leptos/leptos_config/Cargo.toml
2022-12-25 22:58:07 -05:00

11 lines
264 B
TOML

[package]
name = "leptos_config"
version = "0.1.0-alpha"
edition = "2021"
authors = ["Greg Johnston"]
license = "MIT"
repository = "https://github.com/gbj/leptos"
description = "Configuraiton for the Leptos web framework."
[dependencies]
typed-builder = "0.11.0"