view pam-sober/Cargo.toml @ 35:3b2ff50db010

Merge pull request #8 from bossmc/master Various enhancements/fixes
author Anthony Nowell <anowell@gmail.com>
date Wed, 08 Jun 2022 09:28:13 -0700
parents ec70822cbdef
children d1f0c1cf3c6e
line wrap: on
line source

[package]
name = "pam-sober"
version = "0.1.0"
authors = ["Anthony Nowell <anowell@gmail.com>"]

[lib]
name = "pam_sober"
crate-type = ["cdylib"]

[dependencies]
pam = { path = "../pam/" }
rand = "0.8.4"