We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce23bcf commit 0e4e125Copy full SHA for 0e4e125
match_token/Cargo.toml
@@ -2,6 +2,9 @@
2
name = "match_token"
3
version = "0.1.0"
4
edition = "2021"
5
+license = "MIT OR Apache-2.0"
6
+description = "Procedural macro for html5ever."
7
+repository = "https://github.com/servo/html5ever"
8
9
[dependencies]
10
syn = { version = "2", features = ["full"] }
0 commit comments