mirror of
https://github.com/openharmony/third_party_rust_futures-rs.git
synced 2026-07-01 21:44:52 -04:00
9 lines
178 B
TOML
9 lines
178 B
TOML
[package]
|
|
name = "futures-example-functional"
|
|
edition = "2018"
|
|
version = "0.1.0"
|
|
publish = false
|
|
|
|
[dependencies]
|
|
futures = { path = "../../futures", features = ["thread-pool"] }
|