/ Cargo.toml
Cargo.toml
1 [package] 2 name = "assoc_threadlocal" 3 version = "0.0.1" 4 license = "MIT OR Apache-2.0" 5 authors = ["Christian Thäter <ct@pipapo.org>"] 6 description = "Associate thread local objects to types" 7 repository = "https://github.com/cehteh/assoc_threadlocal.git" 8 edition = "2021" 9 keywords = ["static", "threadlocal"] 10 11 [badges] 12 maintenance = { status = "actively-developed" }