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