aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorbnewbold <bnewbold@robocracy.org>2016-09-27 00:22:56 -0700
committerbnewbold <bnewbold@robocracy.org>2016-09-27 00:22:56 -0700
commit7783a0feedd3a20c24a99089f7682f240f0a7b65 (patch)
tree8ee58eb30f33bce5f3092e0440b0be519ddae591 /Cargo.toml
downloadeinhyrningsins-7783a0feedd3a20c24a99089f7682f240f0a7b65.tar.gz
einhyrningsins-7783a0feedd3a20c24a99089f7682f240f0a7b65.zip
init repo
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml10
1 files changed, 10 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
new file mode 100644
index 0000000..2ed02ee
--- /dev/null
+++ b/Cargo.toml
@@ -0,0 +1,10 @@
+[package]
+name = "einhyrningsins"
+version = "0.1.0"
+authors = ["bnewbold <bnewbold@robocracy.org>"]
+
+[dependencies]
+nix = "0.7.0"
+log = "0.3"
+env_logger = "0.3"
+getopts = "^0.2"