summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAnton Ageev <antage@gmail.com>2019-03-31 03:20:21 +0300
committerDoug Tangren <d.tangren@gmail.com>2019-03-30 20:20:21 -0400
commitac8789e257f5e4a477192bbbd8ecc2676bb485e5 (patch)
tree792377890e4d0293be366233acf510e2610bd4fd /Cargo.toml
parenteb98b1916c0220e44e2d0f3c869c01a2dd037f60 (diff)
Add a registry authentication. (#157)
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 1ee57a5..23e803d 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -36,6 +36,7 @@ tokio-io = "0.1.11"
url = "1.7.2"
serde = { version = "1.0.87", features = ["derive"] }
serde_json = "1.0.38"
+base64 = "0.10"
[dev-dependencies]
env_logger = "0.6.0"