From 6f75ca031aa7e8f7e1c706d1880b202137b1996f Mon Sep 17 00:00:00 2001 From: Mason Reed Date: Thu, 18 Dec 2025 17:14:06 -0500 Subject: [Rust] Enter more session scoped tracing spans for debug info and binary view callbacks --- arch/riscv/Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'arch/riscv/Cargo.toml') diff --git a/arch/riscv/Cargo.toml b/arch/riscv/Cargo.toml index e247b301..d5ab661e 100644 --- a/arch/riscv/Cargo.toml +++ b/arch/riscv/Cargo.toml @@ -10,6 +10,7 @@ binaryninja.workspace = true binaryninjacore-sys.workspace = true riscv-dis = { path = "disasm" } rayon = { version = "1.0", optional = true } +tracing = "0.1" [features] default = [] -- cgit v1.3.1