aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorBaptiste <32563450+BapRx@users.noreply.github.com>2023-01-26 11:57:52 +0100
committerGitHub <noreply@github.com>2023-01-26 10:57:52 +0000
commit893a395f12d29b6b6676db3672fb7e600c49aff7 (patch)
tree2944bc8b07ec3dd44eca75fa411a5dc1d93fa1c6 /Cargo.toml
parentUpdate contributors.rs (diff)
downloadatuin-893a395f12d29b6b6676db3672fb7e600c49aff7.zip
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 <conrad.ludgate@truelayer.com>
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 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"