We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68ed23a commit 3210fafCopy full SHA for 3210faf
Cargo.toml
@@ -3,7 +3,11 @@ name = "crashdump_parser_cli"
3
version = "0.1.0"
4
authors = ["Peixian Wang <[email protected]>"]
5
description = "A CLI tool to parse Erlang crashdumps."
6
-license = "MIT"
+repository = "https://https://github.com/WhatsApp/crashdump_viewer_cli/"
7
+readme = "README.md"
8
+license = "Apache-2.0"
9
+keywords = ["erlang", "ratatui"]
10
+license-file = "LICENSE"
11
edition = "2021"
12
13
[dependencies]
0 commit comments