зеркало из https://github.com/mozilla/gecko-dev.git
17 строки
505 B
TOML
17 строки
505 B
TOML
[package]
|
|
name = "thread_local"
|
|
version = "0.3.3"
|
|
authors = ["Amanieu d'Antras <amanieu@gmail.com>"]
|
|
description = "Per-object thread-local storage"
|
|
documentation = "https://amanieu.github.io/thread_local-rs/thread_local/index.html"
|
|
license = "Apache-2.0/MIT"
|
|
repository = "https://github.com/Amanieu/thread_local-rs"
|
|
readme = "README.md"
|
|
keywords = ["thread_local", "concurrent", "thread"]
|
|
|
|
[dependencies]
|
|
unreachable = "0.1"
|
|
|
|
[target.'cfg(not(target_os = "emscripten"))'.dependencies]
|
|
thread-id = "3.0"
|