1
0
mirror of https://github.com/fafhrd91/actix-net synced 2025-06-26 16:17:43 +02:00

fix local waker metadata

This commit is contained in:
Rob Ede
2021-04-01 09:01:56 +01:00
parent 2c5c9167a5
commit b09e7cd417
4 changed files with 8 additions and 6 deletions

View File

@ -1,16 +1,15 @@
[package]
name = "local-channel"
version = "0.1.1"
version = "0.1.2"
description = "A non-threadsafe multi-producer, single-consumer, futures-aware, FIFO queue"
authors = [
"Nikolay Kim <fafhrd91@gmail.com>",
"Rob Ede <robjtede@icloud.com>",
]
edition = "2018"
license = "MIT OR Apache-2.0"
repository = "https://github.com/actix/actix-net.git"
documentation = "https://docs.rs/actix-server"
keywords = ["channel", "local", "futures"]
license = "MIT OR Apache-2.0"
edition = "2018"
[dependencies]
futures-core = { version = "0.3.7", default-features = false }