mirror of
https://github.com/leptos-rs/leptos.git
synced 2025-12-27 07:34:35 -05:00
17 lines
419 B
TOML
17 lines
419 B
TOML
[package]
|
|
name = "throw_error"
|
|
version = "0.3.1"
|
|
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 = { workspace = true, default-features = true }
|
|
|
|
[dev-dependencies]
|
|
anyhow.workspace = true
|