summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorJakob L. Kreuze <jakob@memeware.net>2018-05-23 18:06:26 -0400
committerJakob L. Kreuze <jakob@memeware.net>2018-05-23 18:06:26 -0400
commitfe1dd1ab24e12a70b436b2f685aaad3ea6cf06f7 (patch)
tree75e9a11a469969247830687184fe79cb99965838 /Cargo.lock
parenteceb2ffe81aaf02191f441fa759699efbc5fe4e3 (diff)
Better GRP parser in terms of API and implementation.
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock7
1 files changed, 7 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 300988d..47c9b8d 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -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"