leptos/any_error/Cargo.toml
Greg Johnston 5a57d48913 beta5
2024-09-08 19:40:32 -04:00

13 lines
344 B
TOML

[package]
name = "throw_error"
version = "0.2.0-beta5"
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.14"