Skip to content

Commit

Permalink
Merge pull request #12 from Yoric/master
Browse files Browse the repository at this point in the history
Issue #11 - Reduce package size
  • Loading branch information
sgodwincs committed Mar 9, 2018
2 parents f6883e5 + 0191fe6 commit 311f592
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Cargo.toml
Expand Up @@ -10,12 +10,13 @@ name = "webidl"
readme = "README.md"
repository = "https://github.com/sgodwincs/webidl-rs"
version = "0.4.1"
exclude = ["tests/*.zip", "src/parser/grammar.rs"]

[build-dependencies]
lalrpop = "0.13.1"
lalrpop = "^0.14"

[dependencies]
lalrpop-util = "0.13.1"
lalrpop-util = "^0.14"

[dependencies.clippy]
optional = true
Expand Down

0 comments on commit 311f592

Please sign in to comment.