leptos/next_tuple/Cargo.toml

13 lines
290 B
TOML
Raw Normal View History

2024-02-05 12:33:43 +00:00
[package]
name = "next_tuple"
version = "0.1.0-preview"
2024-02-05 12:33:43 +00: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 12:33:43 +00:00
[dependencies]