gecko-dev/third_party/rust/thread_local/Cargo.toml
Manish Goregaokar 6029c24c9d Bug 1341102: Revendor rust dependencies; r=bustage
MozReview-Commit-ID: 7hXRyaLssOZ


--HG--
rename : third_party/rust/cssparser/src/macros/match_byte.rs => third_party/rust/cssparser/build/match_byte.rs
2017-02-28 09:23:59 -08:00

17 lines
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"