summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorStuart Stock <stuart@int08h.com>2017-06-22 16:34:53 -0500
committerStuart Stock <stuart@int08h.com>2017-06-22 16:34:53 -0500
commit830e0b9782ba0181a94c436761585ba47b25b0d7 (patch)
treeaf9a229b1a8ff62d83342b4a6418bb365d38b03b /Cargo.toml
parentdc17df4885cef546ed44d14a291ba782b82d93ed (diff)
downloadroughenough-830e0b9782ba0181a94c436761585ba47b25b0d7.zip
simplistic semi-working server
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 01e9df3..e0caede 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -9,3 +9,4 @@ license = "Apache-2.0"
byteorder = "1"
ring = "0.11.0"
untrusted = "0.5.0"
+time = "0.1"