Skip to content

Commit 2aace00

Browse files
committed
Add keywords and readme to Cargo.toml.
1 parent 3e82b32 commit 2aace00

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Cargo.toml

Lines changed: 2 additions & 0 deletions
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)