Skip to content

Commit 46a8fe5

Browse files
authored
chore: move crashlog to its own repository (#24)
2 parents 180f691 + 5968998 commit 46a8fe5

File tree

10 files changed

+4
-815
lines changed

10 files changed

+4
-815
lines changed

Cargo.lock

Lines changed: 3 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
## Workspace
22

33
[workspace]
4-
members = ["crashlog"]
54

65
[workspace.package]
76
repository = "https://github.com/kdkasad/westwood"
@@ -38,7 +37,7 @@ cc = "*"
3837
clap = { version = "4.5.31", features = ["cargo", "derive"] }
3938
clap-stdin = "0.6.0"
4039
codespan-reporting = "0.12.0"
41-
crashlog = { path = "crashlog", version = "0.1.4" }
40+
crashlog = "0.1.5"
4241
indoc = "2.0.6"
4342
tree-sitter = "0.25.3"
4443
tree-sitter-c = "0.23.4"

crashlog/Cargo.toml

Lines changed: 0 additions & 23 deletions
This file was deleted.

crashlog/README.md

Lines changed: 0 additions & 144 deletions
This file was deleted.

crashlog/examples/backtrace.rs

Lines changed: 0 additions & 5 deletions
This file was deleted.

crashlog/examples/crash.rs

Lines changed: 0 additions & 7 deletions
This file was deleted.

crashlog/examples/custom_message.rs

Lines changed: 0 additions & 6 deletions
This file was deleted.

crashlog/src/bin/crashlog_test_subject.rs

Lines changed: 0 additions & 34 deletions
This file was deleted.

0 commit comments

Comments
 (0)