view pam-sober/Cargo.toml @ 34:ec70822cbdef

Overhaul
author Andy Caldwell <andrew.caldwell@metaswitch.com>
date Sun, 24 Apr 2022 03:42:11 +0100
parents 53efbcff805d
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"