From abc83f61b7d9d8bc6369a06b3ca7cc460ce5ba99 Mon Sep 17 00:00:00 2001 From: James Campos Date: Sat, 18 Apr 2020 22:00:28 -0700 Subject: i know it's ugly --- 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..e102f2d --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,14 @@ +[package] +name = "bk" +version = "0.1.0" +authors = ["James Campos "] +edition = "2018" + +[dependencies] +crossterm = "0.17" +roxmltree = "0.10" + +[dependencies.zip] +version = "0.5" +default-features = false +features = ["deflate"] -- cgit v1.2.3