summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authortom barrett <spalf0@gmail.com>2018-04-05 02:04:11 -0500
committertom barrett <spalf0@gmail.com>2018-04-05 02:04:11 -0500
commit22ec8b31c66475f29106f2fda46969e427f2e704 (patch)
treef1f439b793ad93d49bee497e1e5675d177e2f65c /Cargo.toml
parentc297e871b7ce8935dd3bb1c65ecae37000d9a331 (diff)
-changed how data is passed (learned you can serialize a vec) -added targeting struct to ship and got timer prototype
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 baefb5f..2258e6a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -10,3 +10,4 @@ serde_json = "1.0"
termion = "1.5.1"
downcast = "0.8"
rand = "0.4"
+time = "0.1"