blob: fa56c3322c8fe99a511039e1c104488564bde2bb (
plain)
[package]
name = "happylock"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
thread_local = "1"
once_cell = "1"
|