# A simple crate to login to SIS system and get the module session link without the need to open the browser
## Usage
1. Create a new project
2. Add the following to your Cargo.toml
```toml
[dependencies]
sis-login = "0.1.0"
```
Or just run `cargo add sis-login`
3. Just take a look at the [eelu-login](../eelu-login) crate for see the usage in a real project :)