1
0
mirror of https://github.com/bspeice/qadapt synced 2024-09-21 09:21:30 -04:00
qadapt/qadapt-spin/Cargo.toml
2018-12-15 16:12:06 -05:00

16 lines
507 B
TOML

[package]
name = "qadapt-spin"
version = "1.0.0"
authors = [ "Mathijs van de Nes <git@mathijs.vd-nes.nl>",
"John Ericson <John_Ericson@Yahoo.com>" ]
license = "MIT"
repository = "https://github.com/mvdnes/spin-rs.git"
documentation = "https://mvdnes.github.io/rust-docs/spin-rs/spin/index.html"
keywords = ["spinlock", "mutex", "rwlock"]
description = """
Synchronization primitives based on spinning.
They may contain data, are usable without `std`,
and static initializers are available.
"""