-
Notifications
You must be signed in to change notification settings - Fork 106
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
02f7a2d
commit dc9ed13
Showing
1 changed file
with
5 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,13 +3,14 @@ members = ["./peg-syntax-ext", "./peg-tests"] | |
|
||
[package] | ||
name = "peg" | ||
version = "0.5.0" | ||
version = "0.5.1" | ||
authors = [ "Kevin Mehall <[email protected]>" ] | ||
license = "MIT" | ||
repository = "https://github.com/kevinmehall/rust-peg" | ||
description = """ | ||
A parser generator built on the Parsing Expression Grammar (PEG) formalism. | ||
""" | ||
documentation = "https://github.com/kevinmehall/rust-peg/blob/master/README.md#readme" | ||
description = "A simple Parsing Expression Grammar (PEG) parser generator." | ||
keywords = ["peg", "parser", "parsing", "grammar"] | ||
categories = ["parsing"] | ||
|
||
[dependencies] | ||
quote = "0.3" | ||
|