diff options
| author | Jakob L. Kreuze <jakob@memeware.net> | 2018-05-23 18:06:26 -0400 |
|---|---|---|
| committer | Jakob L. Kreuze <jakob@memeware.net> | 2018-05-23 18:06:26 -0400 |
| commit | fe1dd1ab24e12a70b436b2f685aaad3ea6cf06f7 (patch) | |
| tree | 75e9a11a469969247830687184fe79cb99965838 /Cargo.lock | |
| parent | eceb2ffe81aaf02191f441fa759699efbc5fe4e3 (diff) | |
Better GRP parser in terms of API and implementation.
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -8,7 +8,14 @@ name = "rebuild" version = "0.1.0" dependencies = [ "byteorder 1.2.3 (registry+https://github.com/rust-lang/crates.io-index)", + "simple-error 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)", ] +[[package]] +name = "simple-error" +version = "0.1.11" +source = "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" +"checksum simple-error 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)" = "7779d1977a9e1e50bebb430a57114acc64bc4c40d6d8efb3e57893531d5fd895" |