mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2024-12-25 23:25:19 +00:00
3f8d06b47e
Signed-off-by: Rob Bradford <robert.bradford@intel.com>
11 lines
227 B
TOML
11 lines
227 B
TOML
[package]
|
|
name = "event_monitor"
|
|
version = "0.1.0"
|
|
authors = ["The Cloud Hypervisor Authors"]
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
libc = "0.2.138"
|
|
serde = { version = "1.0.150", features = ["rc", "derive"] }
|
|
serde_json = "1.0.89"
|