performance-metrics: share build.rs from project root

No need to duplicate the same content in two places.

Signed-off-by: Wei Liu <liuwe@microsoft.com>
This commit is contained in:
Wei Liu
2023-01-13 16:58:23 +00:00
committed by Liu Wei
parent 34b3170680
commit 11ef495e6b
3 changed files with 2 additions and 26 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ name = "performance-metrics"
version = "0.1.0"
authors = ["The Cloud Hypervisor Authors"]
edition = "2021"
build = "build.rs"
build = "../build.rs"
[dependencies]
argh = "0.1.9"