mirror of
https://gitee.com/openharmony/third_party_rust_want
synced 2024-11-23 05:39:41 +00:00
19 lines
480 B
TOML
19 lines
480 B
TOML
[package]
|
|
name = "want"
|
|
version = "0.3.0" # remember to update html_root_url
|
|
description = "Detect when another Future wants a result."
|
|
keywords = ["futures", "channel", "async"]
|
|
authors = ["Sean McArthur <sean@seanmonstar.com>"]
|
|
license = "MIT"
|
|
repository = "https://github.com/seanmonstar/want"
|
|
documentation = "https://docs.rs/want"
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
log = "0.4"
|
|
try-lock = "0.2"
|
|
|
|
[dev-dependencies]
|
|
tokio-executor = "0.2.0-alpha.2"
|
|
tokio-sync = "0.2.0-alpha.2"
|