[go: up one dir, main page]

tokio-mock-task 0.1.1

Mock a Tokio task
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "tokio-mock-task"
# When releasing to crates.io:
# - Update html_root_url.
# - Create "v0.1.x" git tag.
version = "0.1.1"
authors = ["Carl Lerche <me@carllerche.com>"]
license = "MIT"
readme = "README.md"
repository = "https://github.com/carllerche/tokio-mock-task"
homepage = "https://github.com/carllerche/tokio-mock-task"
documentation = "https://docs.rs/tokio-mock-task/0.1.0"
description = """
Mock a Tokio task
"""

[dependencies]
futures = "0.1.21"