comparison pam-sober/Cargo.toml @ 17:53efbcff805d

Add pam-sober
author Anthony Nowell <anthony@algorithmia.com>
date Sun, 24 Sep 2017 00:57:13 -0600
parents
children ec70822cbdef
comparison
equal deleted inserted replaced
16:f64ee7b6cdf1 17:53efbcff805d
1 [package]
2 name = "pam-sober"
3 version = "0.1.0"
4 authors = ["Anthony Nowell <anowell@gmail.com>"]
5
6 [lib]
7 name = "pam_sober"
8 crate-type = ["cdylib"]
9
10 [dependencies]
11 pam = { path = "../pam/" }
12 rand = "0.3.16"