mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
We now have types in the Rust standard library. Dropping the dependency. I found this by using the `clippy::pedantic` group. Signed-off-by: Philipp Schuster <philipp.schuster@cyberus-technology.de> On-behalf-of: SAP philipp.schuster@sap.com
12 lines
256 B
TOML
12 lines
256 B
TOML
[package]
|
|
authors = ["The Cloud Hypervisor Authors"]
|
|
edition = "2021"
|
|
name = "event_monitor"
|
|
version = "0.1.0"
|
|
|
|
[dependencies]
|
|
flume = "0.11.1"
|
|
libc = "0.2.167"
|
|
serde = { version = "1.0.208", features = ["derive", "rc"] }
|
|
serde_json = { workspace = true }
|