Skip to content

Commit b212966

Browse files
committed
Cargo.toml: Add metadata before publishing
1 parent 75a6e94 commit b212966

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Cargo.toml

+6
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ version = "0.1.0"
44
description = "A SystemVerilog source file pickler."
55
authors = ["Florian Zaruba <[email protected]>", "Fabian Schuiki <[email protected]>"]
66
edition = "2018"
7+
license = "MIT AND Apache-2.0"
8+
license-file = "LICENSE"
9+
keywords = ["hardware development", "system verilog"]
10+
categories = ["command-line-utilities"]
11+
repository = "https://github.com/zarubaf/morty/"
12+
readme = "README.md"
713

814
[dependencies]
915
anyhow = "1.0"

0 commit comments

Comments
 (0)