From 75b28f31e5603c39215b7c91b35610269c7fd0ed Mon Sep 17 00:00:00 2001 From: Michaël Ball Date: Thu, 7 Dec 2017 21:01:30 +0000 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..9ee688f --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,8 @@ +[package] +name = "passphrasegen" +version = "0.1.0" +authors = ["Michaël Ball "] + +[dependencies] +rand = "0.3" +getopts = "0.2" \ No newline at end of file -- cgit v1.2.3