From 6c206bef6732dc186ad3db4a2f795a0d615d1102 Mon Sep 17 00:00:00 2001 From: candifloss Date: Wed, 14 Aug 2024 03:18:17 +0530 Subject: [PATCH] Prompt with pwd, shell char, and colors --- Cargo.toml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 Cargo.toml diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..5c2432d --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,7 @@ +[package] +name = "prettyprompt" +version = "0.1.0" +edition = "2021" + +[dependencies] +colored = "2.1.0"