mirror of
https://github.com/leptos-rs/leptos
synced 2024-11-14 16:47:19 +00:00
12 lines
259 B
TOML
12 lines
259 B
TOML
|
[package]
|
||
|
name = "leptos_config"
|
||
|
version = "0.0.18"
|
||
|
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"
|