xref: /DragonOS/kernel/crates/kprobe/Cargo.toml (revision fae6e9ade46a52976ad5d099643d51cc20876448)
1[package]
2name = "kprobe"
3version = "0.1.0"
4edition = "2021"
5
6[dependencies]
7log = "0.4.21"
8
9[target.'cfg(target_arch = "x86_64")'.dependencies]
10yaxpeax-x86 = { version = "2", default-features = false, features = ["fmt"] }
11yaxpeax-arch = { version = "0", default-features = false }
12