cloud-hypervisor/event_monitor/Cargo.toml

11 lines
227 B
TOML
Raw Normal View History

[package]
name = "event_monitor"
version = "0.1.0"
authors = ["The Cloud Hypervisor Authors"]
edition = "2021"
[dependencies]
libc = "0.2.132"
serde = { version = "1.0.143", features = ["rc", "derive"] }
serde_json = "1.0.83"