зеркало из https://github.com/mozilla/gecko-dev.git
17 строки
474 B
TOML
17 строки
474 B
TOML
[package]
|
|
|
|
name = "threadpool"
|
|
version = "1.3.2"
|
|
authors = ["The Rust Project Developers", "Corey Farwell <coreyf@rwell.org>"]
|
|
license = "MIT/Apache-2.0"
|
|
readme = "README.md"
|
|
repository = "https://github.com/frewsxcv/rust-threadpool"
|
|
homepage = "https://github.com/frewsxcv/rust-threadpool"
|
|
documentation = "https://frewsxcv.github.io/rust-threadpool"
|
|
description = """
|
|
A thread pool for running a number of jobs on a fixed set of worker threads.
|
|
"""
|
|
|
|
[lib]
|
|
path = "lib.rs"
|