mirror of
https://github.com/openharmony/third_party_rust_tokio.git
synced 2026-07-01 21:54:01 -04:00
83b74dda3c
tokio:
merge rt-core and rt-util as rt
rename rt-threaded to rt-multi-thread
tokio-util:
rename rt-core to rt
Closes #2942
17 lines
299 B
TOML
17 lines
299 B
TOML
[package]
|
|
name = "tests-build"
|
|
version = "0.1.0"
|
|
authors = ["Tokio Contributors <team@tokio.rs>"]
|
|
edition = "2018"
|
|
publish = false
|
|
|
|
[features]
|
|
full = ["tokio/full"]
|
|
rt = ["tokio/rt", "tokio/macros"]
|
|
|
|
[dependencies]
|
|
tokio = { path = "../tokio", optional = true }
|
|
|
|
[dev-dependencies]
|
|
trybuild = "1.0"
|