diff pam-sober/Cargo.toml @ 43:60e74d6a2b88

Merge pull request #10 from Nigma1337/master Automate crate publishing
author Anthony Nowell <anowell@gmail.com>
date Mon, 29 Aug 2022 14:32:28 -0700
parents d1f0c1cf3c6e
children
line wrap: on
line diff
--- a/pam-sober/Cargo.toml	Wed Jun 08 09:28:13 2022 -0700
+++ b/pam-sober/Cargo.toml	Mon Aug 29 14:32:28 2022 -0700
@@ -8,5 +8,5 @@
 crate-type = ["cdylib"]
 
 [dependencies]
-pam = { path = "../pam/" }
+pam-bindings = { path = "../pam/" }
 rand = "0.8.4"