mirror of
https://github.com/leptos-rs/leptos
synced 2024-11-10 06:44:17 +00:00
13 lines
363 B
TOML
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.14"
|