2021-04-29 00:50:40 +00:00
|
|
|
[package]
|
|
|
|
name = "metrics_test"
|
|
|
|
version = "0.1.0"
|
|
|
|
authors = ["_ <_@_>"]
|
|
|
|
edition = "2018"
|
|
|
|
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
devtimer = "4.0.1"
|
2021-07-18 17:33:34 +00:00
|
|
|
tokio = { version = "1.8.1", features = ["full"] }
|