aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorGuillaume Pasquet <dev@etenil.net>2020-03-14 16:44:47 +0000
committerGuillaume Pasquet <dev@etenil.net>2020-03-14 16:44:47 +0000
commit9d1de3f314a2f63a8f58e3ad2018c5a32472a67a (patch)
tree2c4470ea15c74de8bdff359c5d191cb850cea701 /Cargo.toml
parent518ad5caf2cbf313cb784d9fd1a51632fe600fae (diff)
parent0191b3a881027bcb6d6210e010841664dae4204b (diff)
Merge branch 'master' into fix-invisible-enemies
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index bf635a7..1255fad 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -9,3 +9,5 @@ rand = "0.7.0"
text_io = "0.1.7"
crossterm = "0.13.3"
ignore-result = "0.2.0"
+log = "0.4"
+simplelog = "0.7"