use thatkingguy_auth_service::{Credentials}; fn main() { let credentials = Credentials { username: "king".to_owned(), password: "password".to_owned() }; thatkingguy_auth_service::authenticate(credentials); }