summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorStuart Stock <stuart@int08h.com>2017-06-17 13:08:14 -0500
committerStuart Stock <stuart@int08h.com>2017-06-17 13:08:14 -0500
commitbd9151c69c45270213409af6bc9b7ed970317de9 (patch)
tree70ad2ba55c1510f598181fe8d787233b8c34a066 /Cargo.toml
parent509e8902ee589bd2333db009f91b3b96b937a81c (diff)
downloadroughenough-bd9151c69c45270213409af6bc9b7ed970317de9.zip
initial commit
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml9
1 files changed, 9 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
new file mode 100644
index 0000000..d960854
--- /dev/null
+++ b/Cargo.toml
@@ -0,0 +1,9 @@
+[package]
+name = "roughenough"
+version = "0.1.0"
+repository = "https://github.com/int08h/roughenough"
+authors = ["Stuart Stock <stuart@int08h.com>"]
+license = "Apache-2.0"
+
+[dependencies]
+byteorder = "1"