comparison pam-sober/Cargo.toml @ 36:d1f0c1cf3c6e

Github actions publish crate
author Nigma <magnusgsvend@gmail.com>
date Sun, 24 Jul 2022 02:05:30 +0200
parents ec70822cbdef
children
comparison
equal deleted inserted replaced
35:3b2ff50db010 36:d1f0c1cf3c6e
6 [lib] 6 [lib]
7 name = "pam_sober" 7 name = "pam_sober"
8 crate-type = ["cdylib"] 8 crate-type = ["cdylib"]
9 9
10 [dependencies] 10 [dependencies]
11 pam = { path = "../pam/" } 11 pam-bindings = { path = "../pam/" }
12 rand = "0.8.4" 12 rand = "0.8.4"