Files
leptos/any_error/Cargo.toml
Greg Johnston d665dd4b89 v0.7.0
2024-11-30 12:09:41 -05:00

14 lines
338 B
TOML

[package]
name = "throw_error"
version = "0.2.0"
authors = ["Greg Johnston"]
license = "MIT"
readme = "../README.md"
repository = "https://github.com/leptos-rs/leptos"
description = "Utilities for wrapping, throwing, and catching errors."
rust-version.workspace = true
edition.workspace = true
[dependencies]
pin-project-lite = "0.2.15"