From cb5b22d0886a0a8c19cf1afeef55a8245357cf20 Mon Sep 17 00:00:00 2001 From: Robin Krahl Date: Sun, 6 Jan 2019 00:20:04 +0100 Subject: Add the base32 crate in version 0.4.0 as a dependency To parse OTP secrets in base32 representation, we need a new dependency: the base32 crate. Import subrepo base32/:base32 at a74cd9246fc0e08d6f5cfcb644bfdf76dd438613 --- base32/.travis.yml | 1 + 1 file changed, 1 insertion(+) create mode 100644 base32/.travis.yml (limited to 'base32/.travis.yml') diff --git a/base32/.travis.yml b/base32/.travis.yml new file mode 100644 index 0000000..22761ba --- /dev/null +++ b/base32/.travis.yml @@ -0,0 +1 @@ +language: rust -- cgit v1.2.1