1 2 3 4 5 6 7 8 9 10 11
[package] name = "dtrace" version = "0.1.1" edition = "2021" description = "Rust-like bindings to dtrace" license = "Apache-2.0 OR MIT" repository = "https://github.com/xiaopengli89/dtrace-rs" [dependencies] libc = "0.2.169" thiserror = "2.0.8"