summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorCanop <cano.petrole@gmail.com>2018-11-23 21:32:58 +0100
committerCanop <cano.petrole@gmail.com>2018-11-23 21:32:58 +0100
commit1a56633b7d9d8cf7f99fd4d44f60ed8365682d27 (patch)
tree5ef0c680258030c16bf939d6295ca5404b84d624 /Cargo.toml
parent2781f6b62df8bc84fae0f092b3f3694bfc56a147 (diff)
more command parsing, POC of file opening
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 0115b63..721d32b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -7,3 +7,4 @@ authors = ["Canop <cano.petrole@gmail.com>"]
termion = "1.5.1"
regex = "1"
lazy_static = "1.2"
+directories = "1.0"