g3/demo/test-copy-yield/Cargo.toml
2023-05-05 11:05:04 +08:00

11 lines
310 B
TOML

[package]
name = "test-copy-yield"
version = "0.1.0"
license.workspace = true
edition.workspace = true
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
tokio = { workspace = true, features = ["time", "macros", "rt"] }
g3-io-ext.workspace = true