Skip to content

Commit 8833b48

Browse files
authored
Merge pull request #83 from eddyb/cargo-toml
Add `keywords` and `readme` to Cargo.toml.
2 parents 3e82b32 + 2aace00 commit 8833b48

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Cargo.toml

+2
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ authors = [
77
]
88
repository = "https://github.com/lykenware/gll"
99
license = "MIT/Apache-2.0"
10+
keywords = ["grammar", "generator", "GLL", "parser"]
11+
readme = "README.md"
1012
description = "GLL parsing framework."
1113

1214
[dependencies]

0 commit comments

Comments
 (0)