leptos/either_of/Cargo.toml

14 lines
355 B
TOML
Raw Normal View History

2024-02-26 13:41:49 +00:00
[package]
name = "either_of"
edition = "2021"
2024-04-27 15:04:23 +00:00
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
2024-02-26 13:41:49 +00:00
[dependencies]
2024-08-11 00:01:41 +00:00
pin-project-lite = "0.2.14"