Files
leptos/either_of/Cargo.toml
2025-05-14 20:34:33 -04:00

19 lines
499 B
TOML

[package]
name = "either_of"
version = "0.1.6"
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 = { workspace = true, default-features = true }
paste = { workspace = true, default-features = true }
[features]
default = ["no_std"]
no_std = []