From f985ecef3d9410184affc1ba303bc14e4dbbde2f Mon Sep 17 00:00:00 2001 From: Aidan Hahn Date: Sun, 19 Sep 2021 15:02:24 -0700 Subject: [PATCH] add missing deps in Cargo --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 52a8360..7214a92 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,3 +7,5 @@ edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] +dirs = "3.0" +rustyline = "8.2.0" \ No newline at end of file