mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2024-12-22 13:45:20 +00:00
5b0de115f0
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.193 to 1.0.196. - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](https://github.com/serde-rs/serde/compare/v1.0.193...v1.0.196) --- updated-dependencies: - dependency-name: serde dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
16 lines
282 B
TOML
16 lines
282 B
TOML
[package]
|
|
name = "tracer"
|
|
version = "0.1.0"
|
|
authors = ["The Cloud Hypervisor Authors"]
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
libc = "0.2.153"
|
|
log = "0.4.20"
|
|
once_cell = "1.19.0"
|
|
serde = { version = "1.0.196", features = ["rc", "derive"] }
|
|
serde_json = "1.0.109"
|
|
|
|
[features]
|
|
tracing = []
|