aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorHarald Eilertsen <haraldei@anduin.net>2018-12-19 23:31:48 +0100
committerHarald Eilertsen <haraldei@anduin.net>2018-12-19 23:31:48 +0100
commit582c59c8c47df77439b6c6800b658bdb54dbfeaf (patch)
tree82798970793b9ddcc1d6c04f4626cd54932cab67 /Cargo.toml
downloadtrriggy-582c59c8c47df77439b6c6800b658bdb54dbfeaf.tar.gz
trriggy-582c59c8c47df77439b6c6800b658bdb54dbfeaf.tar.bz2
trriggy-582c59c8c47df77439b6c6800b658bdb54dbfeaf.zip
Initial commit.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml8
1 files changed, 8 insertions, 0 deletions
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"