Skip to content

Commit d2ee1c0

Browse files
committed
Generate rockstar.peg from upstream
1 parent 1e743c6 commit d2ee1c0

10 files changed

+669
-241
lines changed

.gitignore

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
target/
22
.DS_Store
33
.vscode/
4-
trunk
4+
trunk
5+
node_modules/
6+
.downloads/
7+
_tmp*
8+
*.peg

Cargo.lock

+2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+2
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ pretty_env_logger = "0.4"
1717
[build-dependencies]
1818
walkdir = "2"
1919
failure = "0.1.3"
20+
serde_json = "1"
21+
serde = "1"
2022

2123
# Fixes for
2224
# * https://github.com/rust-lang/backtrace-rs/issues/24

0 commit comments

Comments
 (0)