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
14 lines
272 B
TOML
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 = []
|