jnc_auth_service 0.1.0

Test of cargo publishing an auth service
Documentation
1
2
3
4
pub struct Credentials {
    pub username: String,
    pub password: String,
}