summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 30a8bf7e36fc993e5da8f3c48ead6921fd0d8f3b (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"
antidote = "1"
lock_api = "0.4"
parking_lot = "0.12"
spin = "0.9"