From e2b107003f90a4c0d9ae4337fdfd40795365c799 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Thu, 15 Oct 2020 21:53:33 -0400 Subject: parse otpauth urls for totp codes --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index fc50ebf..d0c1d5a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -44,6 +44,7 @@ tempfile = "3.1" term_size = "0.3" textwrap = "0.12" tokio = { version = "0.2", features = ["full"] } +url = "2.1" uuid = { version = "0.8", features = ["v4"] } zeroize = "1.1" -- cgit v1.2.3-54-g00ecf