add back vm_monitor

This commit is contained in:
Conrad Ludgate
2024-05-09 13:35:27 +01:00
parent 931aa3005c
commit 734e8d1026
2 changed files with 4 additions and 1 deletions

1
Cargo.lock generated
View File

@@ -1244,6 +1244,7 @@ dependencies = [
"tracing-utils",
"url",
"utils",
"vm_monitor",
"workspace_hack",
"zstd",
]

View File

@@ -39,7 +39,9 @@ utils.workspace = true
workspace_hack.workspace = true
toml_edit.workspace = true
remote_storage = { version = "0.1", path = "../libs/remote_storage/" }
# vm_monitor = { version = "0.1", path = "../libs/vm_monitor/" }
zstd = "0.13"
bytes = "1.0"
rust-ini = "0.20.0"
[target.'cfg(target_os = "linux")'.dependencies]
vm_monitor = { version = "0.1", path = "../libs/vm_monitor/" }