зеркало из https://github.com/mozilla/gecko-dev.git
15 строки
526 B
TOML
15 строки
526 B
TOML
[package]
|
|
name = "deque"
|
|
description = "A (mostly) lock-free concurrent work-stealing deque"
|
|
version = "0.3.1"
|
|
authors = ["Alex Crichton <alex@alexcrichton.com>", "Samuel Fredrickson <kinghajj@gmail.com>", "Linus Färnstrand <faern@faern.net>", "Amanieu d'Antras <amanieu@gmail.com>"]
|
|
readme = "README.md"
|
|
# see also LICENSE-APACHE
|
|
license-file = "LICENSE-MIT"
|
|
homepage = "https://github.com/kinghajj/deque"
|
|
repository = "http://github.com/kinghajj/deque.git"
|
|
keywords = ["concurrent", "deque"]
|
|
|
|
[dependencies]
|
|
rand = "0.3.*"
|