diff options
| author | Jakob L. Kreuze <jakob@memeware.net> | 2018-05-23 13:49:00 -0400 |
|---|---|---|
| committer | Jakob L. Kreuze <jakob@memeware.net> | 2018-05-23 13:49:00 -0400 |
| commit | eceb2ffe81aaf02191f441fa759699efbc5fe4e3 (patch) | |
| tree | 58ccb10e624597c57e3fe241e66d9b5fb57bab2b /Cargo.lock | |
Initial GRP parser, which will likely be rewritten by the time it's actually needed.
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock new file mode 100644 index 0000000..300988d --- /dev/null +++ b/Cargo.lock @@ -0,0 +1,14 @@ +[[package]] +name = "byteorder" +version = "1.2.3" +source = "registry+https://github.com/rust-lang/crates.io-index" + +[[package]] +name = "rebuild" +version = "0.1.0" +dependencies = [ + "byteorder 1.2.3 (registry+https://github.com/rust-lang/crates.io-index)", +] + +[metadata] +"checksum byteorder 1.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "74c0b906e9446b0a2e4f760cdb3fa4b2c48cdc6db8766a845c54b6ff063fd2e9" |