leptos/either_of/Cargo.toml
2024-11-04 16:21:35 -05:00

13 lines
363 B
TOML

[package]
name = "either_of"
version = "0.1.0"
authors = ["Greg Johnston"]
license = "MIT"
readme = "../README.md"
repository = "https://github.com/leptos-rs/leptos"
description = "Utilities for working with enumerated types that contain one of 2..n other types."
rust-version.workspace = true
edition.workspace = true
[dependencies]
pin-project-lite = "0.2.15"