mirror of
https://github.com/leptos-rs/leptos
synced 2024-11-10 06:44:17 +00:00
12 lines
289 B
TOML
12 lines
289 B
TOML
[package]
|
|
name = "or_poisoned"
|
|
edition = "2021"
|
|
version = "0.1.0"
|
|
authors = ["Greg Johnston"]
|
|
license = "MIT"
|
|
readme = "../README.md"
|
|
repository = "https://github.com/leptos-rs/leptos"
|
|
description = "Unwrap std lock guards in a semantic way."
|
|
rust-version.workspace = true
|
|
|
|
[dependencies]
|