mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2024-12-25 07:05:19 +00:00
ab18a923f1
See discussion in https://github.com/rust-lang/rust/issues/53639.
This came up during an internal review.
Signed-off-by: Christian Blichmann <cblichmann@google.com>
(cherry picked from commit 88f3537b47
)
Signed-off-by: Bo Chen <chen.bo@intel.com>
12 lines
248 B
TOML
12 lines
248 B
TOML
[package]
|
|
name = "event_monitor"
|
|
version = "0.1.0"
|
|
authors = ["The Cloud Hypervisor Authors"]
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
libc = "0.2.138"
|
|
once_cell = "1.16.0"
|
|
serde = { version = "1.0.150", features = ["rc", "derive"] }
|
|
serde_json = "1.0.89"
|