aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMichaël Ball <michael.ball@gmail.com>2017-12-07 21:01:30 +0000
committerMichaël Ball <michael.ball@gmail.com>2017-12-07 21:01:30 +0000
commit75b28f31e5603c39215b7c91b35610269c7fd0ed (patch)
tree71d47112dbce48dd49db97731b1fb9b93d439790 /Cargo.toml
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..9ee688f
--- /dev/null
+++ b/Cargo.toml
@@ -0,0 +1,8 @@
+[package]
+name = "passphrasegen"
+version = "0.1.0"
+authors = ["Michaël Ball <michael.ball@gmail.com>"]
+
+[dependencies]
+rand = "0.3"
+getopts = "0.2" \ No newline at end of file