From 0b3404a16019757c891b153485f0583c49f7089f Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Mon, 19 Feb 2018 16:10:02 -0500 Subject: start sketching out some things --- Cargo.toml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 Cargo.toml (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..0040bae --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,14 @@ +[package] +name = "fancy-prompt" +version = "0.1.0" +authors = ["Jesse Luehrs "] + +[dependencies] +chrono = "0.4" +clap = "2.30" +hostname = "0.1" +regex = "0.2" +term = "0.4" +term_size = "0.3" +users = "0.6" +walkdir = "2.1" -- cgit v1.2.3-54-g00ecf