gecko-dev/third_party/rust/scoped-tls/Cargo.toml
Dan Glastonbury cd2eb5e8a4 Bug 1428952 - P4: Vendor rust crates. r=rillian
MozReview-Commit-ID: 7UQPozxpmC1

--HG--
extra : rebase_source : fc27016f0e51a9f4d1f09f842da7943f65070508
2017-11-06 16:26:30 +10:00

15 lines
513 B
TOML

[package]
name = "scoped-tls"
version = "0.1.0"
authors = ["Alex Crichton <alex@alexcrichton.com>"]
license = "MIT/Apache-2.0"
readme = "README.md"
repository = "https://github.com/alexcrichton/scoped-tls"
homepage = "https://github.com/alexcrichton/scoped-tls"
documentation = "http://alexcrichton.com/scoped-tls"
description = """
Library implementation of the standard library's old `scoped_thread_local!`
macro for providing scoped access to thread local storage (TLS) so any type can
be stored into TLS.
"""