Skip to content

Commit

Permalink
move it off in a different repo
Browse files Browse the repository at this point in the history
  • Loading branch information
0vercl0k committed Jun 18, 2024
1 parent 22496d3 commit 4b15b89
Show file tree
Hide file tree
Showing 18 changed files with 7 additions and 2,719 deletions.
23 changes: 7 additions & 16 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,30 +4,21 @@ categories = ["command-line-utilities", "development-tools::debugging"]
description = "A fast execution trace symbolizer for Windows that runs on all major platforms and doesn't depend on any Microsoft libraries."
include = ["/Cargo.toml", "/LICENSE", "/src/**", "README.md"]
version = "0.1.0"
authors.workspace = true
license.workspace = true
rust-version.workspace = true
repository.workspace = true
keywords.workspace = true
edition.workspace = true
authors = ["Axel '0vercl0k' Souchet"]
license = "MIT"
rust-version = "1.70"
repository = "https://github.com/0vercl0k/symbolizer-rs"
keywords = ["windows", "kernel", "crash-dump", "symbols", "pdb"]
edition = "2021"

[dependencies]
anyhow = "1.0"
clap = { version = "4.5", features = ["derive"] }
symbolizer = { path = "crates/symbolizer" }
addr-symbolizer = { path = "../addr-symbolizer" }
env_logger = "0.11"
itoa = "1.0"
kdmp-parser = "0.3"

[profile.release]
debug = true
panic = "abort"

[workspace]
members = ["crates/*"]
package.authors = ["Axel '0vercl0k' Souchet"]
package.license = "MIT"
package.rust-version = "1.70"
package.repository = "https://github.com/0vercl0k/symbolizer-rs"
package.keywords = ["windows", "kernel", "crash-dump", "symbols", "pdb"]
package.edition = "2021"
31 changes: 0 additions & 31 deletions crates/symbolizer/Cargo.toml

This file was deleted.

Empty file removed crates/symbolizer/README.md
Empty file.
160 changes: 0 additions & 160 deletions crates/symbolizer/examples/symbolize-dump.rs

This file was deleted.

66 changes: 0 additions & 66 deletions crates/symbolizer/src/addr_space.rs

This file was deleted.

82 changes: 0 additions & 82 deletions crates/symbolizer/src/builder.rs

This file was deleted.

Loading

0 comments on commit 4b15b89

Please sign in to comment.