summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorGraham Northup <grissess@nexusg.org>2017-09-19 23:56:15 -0400
committerGraham Northup <grissess@nexusg.org>2017-09-19 23:56:15 -0400
commit9866c0f34c268a09ecaaa9a4361c1c267799358e (patch)
treed10bea3717c25105ced7457535412072d343686f /Cargo.toml
parent26e95364ad9073dd7cb571454cd52ae66f320a73 (diff)
Starting work on proto decode
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 2da6bc8..5b3f2ae 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -4,3 +4,4 @@ version = "0.1.0"
authors = ["Graham Northup <grissess@nexusg.org>"]
[dependencies]
+byteorder = "1.1.0"