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