summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2022-08-03 08:49:24 +0300
committerLars Wirzenius <liw@liw.fi>2022-08-03 08:49:24 +0300
commite3a0708500684a388f6f131b44c26e0e0f750c94 (patch)
tree4ae6c820739fdb6f44cd8cebd1ba3afbfce322eb /Cargo.toml
parentaf7f898721bb6c7ffd6c4761006b70bba8831d4f (diff)
downloadriki-e3a0708500684a388f6f131b44c26e0e0f750c94.tar.gz
feat: tell user what the version of riki is
Sponsored-by: author
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 b6a610b..b48ed36 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -7,6 +7,7 @@ license = "GPL-3.0-or-later"
[dependencies]
anyhow = "1.0.52"
clap = { version = "3.2.10", features = ["derive"] }
+git-testament = "0.2.1"
html-escape = "0.2.11"
libc = "0.2.126"
log = "0.4.17"