Newer
Older
#[macro_use] extern crate log;
// Module and macro imports for the PAM component
#[macro_use] extern crate pamsm;
// Module and macro imports for the NSS component
extern crate libc;
#[macro_use] extern crate lazy_static;
#[macro_use] extern crate libnss;
mod nss;