Skip to content

Commit

Permalink
Issue #11 - Reduce package size
Browse files Browse the repository at this point in the history
This patch:
- excludes `mozilla_webidls.zip` from the deployed package;
- upgrades lalrpop-* to 0.14.0, which has smaller files.
  • Loading branch information
Yoric committed Mar 9, 2018
1 parent f6883e5 commit f0f8580
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"]

[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 f0f8580

Please sign in to comment.