From aa85a4e665c56d00830d948465e396d566dab0c1 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Sun, 31 May 2020 15:38:58 -0700 Subject: implement aft-head --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index e5428b2..e2937b8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,9 +5,9 @@ authors = ["Bryan Newbold "] edition = "2018" [dependencies] -#serde_json = "1.0" #bstr = "0.2" -#structopt = "0.3" +serde_json = "1.0" +structopt = { version = "0.3", default-features = false } anyhow = "1.0" colored = "1.9" atty = "0.2" -- cgit v1.2.3