blob: fc81bce5803d3b8182e5c0fb91466f56ff8ce7ec (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
[package]
name = "trace"
version = "0.1.0"
authors = ["Tanish Desai <tanishdesai37@gmail.com>"]
description = "QEMU tracing infrastructure support"
resolver = "2"
publish = false
edition.workspace = true
homepage.workspace = true
license.workspace = true
repository.workspace = true
rust-version.workspace = true
[dependencies]
libc = { workspace = true }
[lints]
workspace = true
|