2021-08-27 11:54:23 +00:00
|
|
|
[package]
|
|
|
|
name = "metric"
|
|
|
|
version = "0.1.0"
|
|
|
|
authors = ["Raphael Taylor-Davies <r.taylordavies@googlemail.com>"]
|
2021-10-25 08:45:44 +00:00
|
|
|
edition = "2021"
|
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
|