From 582c59c8c47df77439b6c6800b658bdb54dbfeaf Mon Sep 17 00:00:00 2001 From: Harald Eilertsen Date: Wed, 19 Dec 2018 23:31:48 +0100 Subject: Initial commit. --- Cargo.toml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 Cargo.toml (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..bcfcb5f --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,8 @@ +[package] +name = "trriggy" +version = "0.1.0" +authors = ["haraldei"] +edition = "2018" + +[dependencies] +hound = "3.4.0" -- cgit v1.2.3