From eceb2ffe81aaf02191f441fa759699efbc5fe4e3 Mon Sep 17 00:00:00 2001 From: "Jakob L. Kreuze" Date: Wed, 23 May 2018 13:49:00 -0400 Subject: Initial GRP parser, which will likely be rewritten by the time it's actually needed. --- Cargo.toml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 Cargo.toml (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..7c2ba50 --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,7 @@ +[package] +name = "rebuild" +version = "0.1.0" +authors = ["Jakob L. Kreuze "] + +[dependencies] +byteorder = "1" -- cgit v1.3