cloud-hypervisor/tracer/Cargo.toml
Philipp Schuster 4182ef91e0 misc: remove once_cell; superseded by std::*
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
2025-06-21 14:25:20 +00:00

14 lines
272 B
TOML

[package]
authors = ["The Cloud Hypervisor Authors"]
edition = "2021"
name = "tracer"
version = "0.1.0"
[dependencies]
libc = "0.2.167"
log = "0.4.22"
serde = { version = "1.0.208", features = ["derive", "rc"] }
serde_json = { workspace = true }
[features]
tracing = []