openid-actix 0.1.0

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

## Features

## Usage

Add dependency to Cargo.toml:

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

*/

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