summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJustin Wernick <justin@worthe-it.co.za>2019-12-02 22:08:56 +0200
committerJustin Wernick <justin@worthe-it.co.za>2019-12-02 22:08:56 +0200
commitaf487fe8cb2d7732283971a416d015234e8f71cc (patch)
treef8bf68c504943572f89279ff508a83abbb26971a /Cargo.toml
parent92106a053f87d44d5dba28a628aaeecba8417b5a (diff)
Day 2: Intcode machine!
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml7
1 files changed, 3 insertions, 4 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 69a0b81..18b5ff5 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,11 +1,10 @@
[package]
name = "advent-of-code-2019"
version = "0.1.0"
-authors = ["Justin Worthe <justin@worthe-it.co.za>"]
+authors = ["Justin Wernick <justin@worthe-it.co.za>"]
edition = "2018"
-# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
-
[dependencies]
structopt = "0.3.5"
-derive_more = "0.99.2" \ No newline at end of file
+derive_more = "0.99.2"
+im = "14.0.0" \ No newline at end of file