Skip to content

Commit 0e4e125

Browse files
authored
Add mandatory fields to match_token's TOML.
Signed-off-by: Josh Matthews <[email protected]>
1 parent ce23bcf commit 0e4e125

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

match_token/Cargo.toml

+3
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
name = "match_token"
33
version = "0.1.0"
44
edition = "2021"
5+
license = "MIT OR Apache-2.0"
6+
description = "Procedural macro for html5ever."
7+
repository = "https://github.com/servo/html5ever"
58

69
[dependencies]
710
syn = { version = "2", features = ["full"] }

0 commit comments

Comments
 (0)