Merge branch 'master' of github.com:constantoine/totp-rs

This commit is contained in:
Cleo Rebert 2020-04-13 16:41:42 +02:00
commit 2c3d9a3995
1 changed files with 2 additions and 2 deletions

View File

@ -4,8 +4,8 @@ This library permits the creation of authentification tokens per TOTP, the verif
## How to use
Add this to your Cargo.toml
Add it to your `Cargo.toml`:
```toml
[dependencies.totp]
git = "https://github.com/constantoine/totp-ts"
git = "https://github.com/constantoine/totp-rs"
```