2021-08-27 11:54:23 +00:00
|
|
|
[package]
|
|
|
|
name = "metric"
|
2022-09-26 14:43:00 +00:00
|
|
|
version.workspace = true
|
|
|
|
authors.workspace = true
|
|
|
|
edition.workspace = true
|
|
|
|
license.workspace = true
|
2021-08-27 11:54:23 +00:00
|
|
|
|
|
|
|
[dependencies] # In alphabetical order
|
2022-02-01 11:50:42 +00:00
|
|
|
parking_lot = "0.12"
|
2021-11-19 14:21:57 +00:00
|
|
|
workspace-hack = { path = "../workspace-hack"}
|
2021-08-27 11:54:23 +00:00
|
|
|
|
|
|
|
[dev-dependencies] # In alphabetical order
|