From 516ee5886f7ddcd60670aa5bdb2edc98cbec257d Mon Sep 17 00:00:00 2001 From: Robin Krahl Date: Mon, 7 Jan 2019 22:05:03 +0000 Subject: Implement otpauth URI parsing --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 8315b8f..86135cc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,3 +12,5 @@ license = "MIT" [dependencies] argparse = "0.2" mktemp = "0.3" +percent-encoding = "1.0" +url = "1.7" -- cgit v1.2.1