summaryrefslogtreecommitdiff
path: root/Cargo.toml
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.toml
parenteceb2ffe81aaf02191f441fa759699efbc5fe4e3 (diff)
Better GRP parser in terms of API and implementation.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 7c2ba50..c3fdc4d 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -5,3 +5,4 @@ authors = ["Jakob L. Kreuze <jakob@memeware.net>"]
[dependencies]
byteorder = "1"
+simple-error = "0.1"