summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorPhilipp Gesang <phg@phi-gamma.net>2021-11-24 20:45:52 +0100
committerPhilipp Gesang <phg@phi-gamma.net>2021-11-24 20:45:52 +0100
commitfab3a5aea7107688b957ffc2502ed1539c7fad70 (patch)
treeba82f8e0f5c911ee1ad1ac1183a09dbd3b0663eb /Cargo.toml
parentfc6cec72aead59c1d45044e8945c5b8119eab823 (diff)
downloadvtcol-fab3a5aea7107688b957ffc2502ed1539c7fad70.tar.gz
add base64 output for ‘get’
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 d1483dc..d743b4f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -17,6 +17,7 @@ edition = "2021"
libc = "0.2"
clap = { version = "2.33", optional = true }
anyhow = { version = "1.0", optional = true }
+base64 = "0.13"
[features]
vtcol-bin = [ "anyhow", "clap" ]