diff --git a/match_token/Cargo.toml b/match_token/Cargo.toml index ff30445a..85c22dbe 100644 --- a/match_token/Cargo.toml +++ b/match_token/Cargo.toml @@ -2,6 +2,9 @@ name = "match_token" version = "0.1.0" edition = "2021" +license = "MIT OR Apache-2.0" +description = "Procedural macro for html5ever." +repository = "https://github.com/servo/html5ever" [dependencies] syn = { version = "2", features = ["full"] }