[NSS] Add module stub
... | @@ -14,6 +14,10 @@ crate-type = [ "cdylib" ] | ... | @@ -14,6 +14,10 @@ crate-type = [ "cdylib" ] |
[dependencies] | [dependencies] | ||
pamsm = { version = "^0.4.2", features = ["libpam"] } | pamsm = { version = "^0.4.2", features = ["libpam"] } | ||
libnss = "^0.1.0" | |||
paste = "^0.1" | |||
libc = "^0.2.0" | |||
lazy_static = "^1.3.0" | |||
oauth2 = "^4.0.0" | oauth2 = "^4.0.0" | ||
reqwest = "^0.11.3" | reqwest = "^0.11.3" | ||
config = "^0.11.0" | config = "^0.11.0" | ||
... | ... |
src/nss.rs
0 → 100644
Please register or sign in to comment