debuginfo-split 0.1.23

Splits out the debugging informations
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "debuginfo-split"
version = "0.1.23"
edition = "2021"
authors = ["Sven Sauleau <sven@sauleau.com>"]
license = "MIT"
repository = "https://github.com/xtuc/wasm-coredump/tree/main/bin/debuginfo-split"
description = "Splits out the debugging informations"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
wasm-printer = { path = "../../lib/printer", version = "0.1.23" }
wasm-parser = { path = "../../lib/parser", version = "0.1.23" }
core-wasm-ast = { path = "../../lib/ast", version = "0.1.23" }
clap = { version = "4.1.4", features = ["derive"] }
uuid = { version = "1.4.1", features = ["v4"] }