Skip to content

Commit fa3c773

Browse files
committed
feat(crate): add metadata to Crate.toml
1 parent 23e2661 commit fa3c773

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Cargo.toml

+3
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ authors = ["Andrei Pashkin <[email protected]>"]
55
description = "Rust macro that makes possible to concatenate idents from multiple parts."
66
keywords = ["idents", "ident", "concat", "concatenate", "macro"]
77
edition = "2018"
8+
license = "MIT"
9+
readme = "README.md"
10+
repository = "https://github.com/AndreiPashkin/compose-idents"
811

912
[lib]
1013
proc-macro = true

0 commit comments

Comments
 (0)