X-Git-Url: https://harishankar.org/repos/?a=blobdiff_plain;f=Cargo.toml;h=817272dfb45b8b012153e23ec2ac72549199c2d6;hb=refs%2Ftags%2F0.1.1;hp=8615725b1e2f9432e5e26894d9f87c9ac4750d0a;hpb=a12f1c210f0d76985c641bc1b8a16175c8512045;p=evpf.git diff --git a/Cargo.toml b/Cargo.toml index 8615725..817272d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "evpf" -version = "0.1.0" +version = "0.1.1" authors = ["Harishankar "] edition = "2018" @@ -8,3 +8,5 @@ edition = "2018" [dependencies] regex="1" +colored="1.9.3" +rustyline="6.1.2"