mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-24 00:00:11 +02:00
17 lines
421 B
TOML
17 lines
421 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"
|
|||
authors = ["Carl Lerche <[email protected]>"]
|
|||
|
|
description = """
|
||
|
|
Future execution primitives
|
||
|
|
"""
|
||
|
|
keywords = ["futures", "tokio"]
|
||
|
|
categories = ["concurrency", "asynchronous"]
|
||
|
|
|
||
|
|
[dependencies]
|
||
futures = "0.1.18"
|