Skip to content

Commit 3210faf

Browse files
committed
Update cargo metadata
1 parent 68ed23a commit 3210faf

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Cargo.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,11 @@ name = "crashdump_parser_cli"
33
version = "0.1.0"
44
authors = ["Peixian Wang <[email protected]>"]
55
description = "A CLI tool to parse Erlang crashdumps."
6-
license = "MIT"
6+
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"
711
edition = "2021"
812

913
[dependencies]

0 commit comments

Comments
 (0)