leptos/next_tuple/Cargo.toml

13 lines
288 B
TOML
Raw Normal View History

2024-02-05 20:33:43 +08:00
[package]
name = "next_tuple"
2024-06-29 02:57:54 +08:00
version = "0.1.0-alpha"
2024-02-05 20:33:43 +08:00
edition = "2021"
authors = ["Greg Johnston"]
license = "MIT"
readme = "../README.md"
repository = "https://github.com/leptos-rs/leptos"
description = "A trait to build and extend tuples."
rust-version.workspace = true
2024-02-05 20:33:43 +08:00
[dependencies]