From 893a395f12d29b6b6676db3672fb7e600c49aff7 Mon Sep 17 00:00:00 2001 From: Baptiste <32563450+BapRx@users.noreply.github.com> Date: Thu, 26 Jan 2023 11:57:52 +0100 Subject: feat(history): Add new flag to allow custom output format (#662) * feat(history): Add new flag to allow custom output format * more efficient formatting * add user and host * docs Co-authored-by: Conrad Ludgate --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 3a9627dc..21ea881d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -72,6 +72,7 @@ fs-err = "2.7" whoami = "1.1.2" rpassword = "7.0" semver = "1.0.14" +runtime-format = "0.1.2" [dependencies.tracing-subscriber] version = "0.3" -- cgit v1.3.1