aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 9ee688f49976747a33375a9a5dab8ec416816ff3 (plain)
1
2
3
4
5
6
7
8
[package]
name = "passphrasegen"
version = "0.1.0"
authors = ["Michaël Ball <michael.ball@gmail.com>"]

[dependencies]
rand = "0.3"
getopts = "0.2"