mirror of https://github.com/fafhrd91/actix-net
14 lines
420 B
TOML
14 lines
420 B
TOML
[package]
|
|
name = "local-waker"
|
|
version = "0.1.0"
|
|
description = "A synchronization primitive for thread-local task wakeup"
|
|
authors = ["Rob Ede <robjtede@icloud.com>"]
|
|
keywords = ["waker", "local", "futures", "no-std"]
|
|
repository = "https://github.com/actix/actix-net.git"
|
|
documentation = "https://docs.rs/local-waker"
|
|
categories = ["asynchronous", "no-std"]
|
|
license = "MIT OR Apache-2.0"
|
|
edition = "2018"
|
|
|
|
[dependencies]
|