openid-rocket 0.1.0

openid-rocket description.
Documentation
/*!
# openid-rocket description

## Features

## Usage

Add dependency to Cargo.toml:

```toml
[dependencies]
openid-rocket = "0.1"
```

*/

#[cfg(test)]
mod tests {
    #[test]
    fn it_works() {
        assert_eq!(2 + 2, 4);
    }
}