Add debug infos on panic
This commit is contained in:
14
build-tools/Cargo.toml
Normal file
14
build-tools/Cargo.toml
Normal file
@@ -0,0 +1,14 @@
|
||||
[package]
|
||||
name = "build-tools"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[[bin]]
|
||||
name = "gen-symbols"
|
||||
path = "src/gen_symbols.rs"
|
||||
|
||||
[dependencies]
|
||||
rayon = "1.11"
|
||||
object = "0.32"
|
||||
addr2line = "0.21"
|
||||
rustc-demangle = "0.1"
|
||||
Reference in New Issue
Block a user