mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-21 00:00:10 +02:00
This also bumps tokio-io to v0.1.6 and prepares for the initial release of tokio-executor, tokio-reactor, and tokio-threadpool.
17 lines
432 B
TOML
17 lines
432 B
TOML
[package]
|
|
name = "tokio-executor"
|
|
version = "0.1.0"
|
|
documentation = "https://docs.rs/tokio-executor"
|
|
repository = "https://github.com/tokio-rs/tokio"
|
|
homepage = "https://github.com/tokio-rs/tokio"
|
|
license = "MIT/Apache-2.0"
|
|
authors = ["Carl Lerche <[email protected]>"]
|
|
description = """
|
|
Future execution primitives
|
|
"""
|
|
keywords = ["futures", "tokio"]
|
|
categories = ["concurrency", "asynchronous"]
|
|
|
|
[dependencies]
|
|
futures = "0.1.18"
|