leptos/next_tuple/Cargo.toml

13 lines
296 B
TOML
Raw Normal View History

2024-02-05 12:33:43 +00:00
[package]
name = "next_tuple"
2024-09-08 23:40:32 +00:00
version = "0.1.0-beta5"
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
edition.workspace = true
2024-02-05 12:33:43 +00:00
[dependencies]