diff -r d754d03e4dfe -r cd3d16905e0e rust/hwphysics/Cargo.toml --- a/rust/hwphysics/Cargo.toml Thu Mar 23 16:21:39 2023 -0400 +++ b/rust/hwphysics/Cargo.toml Thu Mar 23 23:41:26 2023 +0300 @@ -8,3 +8,10 @@ fpnum = { path = "../fpnum" } integral-geometry = { path = "../integral-geometry" } land2d = { path = "../land2d" } + +[dev-dependencies] +criterion = "0.4.0" + +[[bench]] +name = "ecs_bench" +harness = false \ No newline at end of file