From d35534c0795caeda46e57fc515b74eba701110a2 Mon Sep 17 00:00:00 2001 From: Daniel Schadt Date: Fri, 6 Dec 2019 18:00:04 +0100 Subject: initial commit --- Cargo.toml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 Cargo.toml (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..05dc674 --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,20 @@ +[package] +name = "kondou" +version = "0.1.0" +authors = ["Daniel "] +edition = "2018" + +# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html + +[dependencies] +image = "0.22" +imageproc = "0.19" +rusttype = "0.7" +reqwest = "0.9" +serde = "1.0" +serde_json = "1.0" +clap = "2.33" +xdg = "2.2.0" +quick-error = "1.2.0" +itertools = "0.8.0" +md5 = "0.7" -- cgit v1.2.3