Skip to content

Commit

Permalink
Merge pull request #83 from eddyb/cargo-toml
Browse files Browse the repository at this point in the history
Add `keywords` and `readme` to Cargo.toml.
  • Loading branch information
eddyb authored Apr 5, 2019
2 parents 3e82b32 + 2aace00 commit 8833b48
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ authors = [
]
repository = "https://github.com/lykenware/gll"
license = "MIT/Apache-2.0"
keywords = ["grammar", "generator", "GLL", "parser"]
readme = "README.md"
description = "GLL parsing framework."

[dependencies]
Expand Down

0 comments on commit 8833b48

Please sign in to comment.