We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45e056b commit 787e60bCopy full SHA for 787e60b
meta/Cargo.toml
@@ -1,7 +1,7 @@
1
[package]
2
name = "pest_meta"
3
description = "pest meta language parser and validator"
4
-version = "2.0.2"
+version = "2.0.3"
5
authors = ["Dragoș Tiselice <dragostiselice@gmail.com>"]
6
homepage = "https://pest-parser.github.io/"
7
repository = "https://github.com/pest-parser/pest"
@@ -11,6 +11,7 @@ categories = ["parsing"]
11
license = "MIT/Apache-2.0"
12
readme = "_README.md"
13
exclude = ["src/grammar.pest"]
14
+include = ["Cargo.toml", "src/**/*", "src/grammar.rs"]
15
16
[dependencies]
17
maplit = "1.0"
0 commit comments