summaryrefslogtreecommitdiffstats
path: root/benches/Cargo.toml
blob: eb26903b08f5188bd38330a0f7fc9ce290f9689b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "benches"
version = "0.0.0"
publish = false
edition = "2018"

[dependencies]
tokio = { version = "0.2.0", path = "../tokio", features = ["full"] }
bencher = "0.1.5"

[[bench]]
name = "spawn"
path = "spawn.rs"
harness = false