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