view pam-sober/Cargo.toml @ 33:86113e45f88f

Add Github actions to help manage PRs
author Anthony Nowell <anthony.nowell@windriver.com>
date Tue, 07 Jun 2022 23:22:11 -0700
parents 53efbcff805d
children ec70822cbdef
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.3.16"