mirror of
https://github.com/italicsjenga/agb.git
synced 2024-12-23 08:11:33 +11:00
20 lines
514 B
TOML
20 lines
514 B
TOML
[package]
|
|
name = "agb-addr2line"
|
|
version = "0.19.1"
|
|
edition = "2021"
|
|
authors = ["Gwilym Inzani <email@gwilym.dev>"]
|
|
license = "MPL-2.0"
|
|
description = "CLI utility to convert agb stack trace dumps into human readable stack traces"
|
|
repository = "https://github.com/agbrs/agb"
|
|
|
|
[dependencies]
|
|
anyhow = "1"
|
|
clap = { version = "4", features = ["derive"] }
|
|
addr2line = { version = "0.21", default-features = false, features = [
|
|
"rustc-demangle",
|
|
"std-object",
|
|
] }
|
|
colored = "2"
|
|
rmp-serde = "1"
|
|
lz4_flex = "0.11"
|