Skip to content

Commit

Permalink
Update documentation url
Browse files Browse the repository at this point in the history
  • Loading branch information
messense committed Aug 28, 2024
1 parent b4da340 commit dd3f79f
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
[package]
authors = ["messense <messense@icloud.com>"]
description = "Two-step verification of HOTP/TOTP for Rust"
documentation = "https://messense.github.io/otpauth-rs"
homepage = "https://github.com/messense/otpauth-rs"
keywords = ["otp", "auth", "password"]
license = "MIT"
name = "otpauth"
readme = "README.md"
repository = "https://github.com/messense/otpauth-rs"
version = "0.5.0"
repository = "https://github.com/messense/otpauth-rs.git"
version = "0.5.1"
edition = "2021"

[dependencies]
Expand Down

0 comments on commit dd3f79f

Please sign in to comment.