summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 496b53fdcefb768bfdf919050a0458d97c7f1690 (plain)
[package]
name = "happylock"
version = "0.1.0"
edition = "2021"
description = "Locks without Deadlocks"
license = "Unlicense"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
thread_local = "1"
once_cell = "1"