aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorHarald Eilertsen <haraldei@anduin.net>2020-01-01 14:34:14 +0100
committerHarald Eilertsen <haraldei@anduin.net>2020-01-01 14:38:30 +0100
commit8b4b4ccd068d8677fd99ec2e366582102fd4177c (patch)
treeee3ec3d86f22541b55632e56beea0aadbf6574f9 /Cargo.toml
parentd586d19bf239e27922eb896c6c496e931598ae78 (diff)
downloadrust-zotapi-8b4b4ccd068d8677fd99ec2e366582102fd4177c.tar.gz
rust-zotapi-8b4b4ccd068d8677fd99ec2e366582102fd4177c.tar.bz2
rust-zotapi-8b4b4ccd068d8677fd99ec2e366582102fd4177c.zip
tests: Verify authorization properly.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 77f1fb9..8d1c4c4 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -26,6 +26,7 @@ serde = "1.0"
serde_urlencoded = "0.5.1"
[dev-dependencies]
+base64 = "0.11.0"
clap = "2.33.0"
dotenv = "0.13"
mockito = "0.19"