Skip to content

Commit

Permalink
0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinmehall committed Jan 29, 2017
1 parent 02f7a2d commit dc9ed13
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit dc9ed13

Please sign in to comment.