summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJakob L. Kreuze <zerodaysfordays@sdf.org>2020-05-21 19:56:05 -0400
committerJakob L. Kreuze <zerodaysfordays@sdf.org>2020-05-21 19:56:05 -0400
commitb21b1238401f75e6bf7503ba8d42decdeeb10708 (patch)
tree6ebc07b8513ff68be15a4a0b635363a97095eb47 /Cargo.toml
parent6c8066dd171bd22a03e371dcfa06851fa1366e27 (diff)
Implement an initial command-line interface.
TODO: - Tabulate `query` output: show internal id, blake2, etc. - `remove` command. - `add_tags` command. - `remove_tags` command.
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 2da0665..e939dda 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -11,6 +11,7 @@ license = "AGPL-3.0+"
anyhow = "1.0.31"
base64 = "0.12.1"
blake2 = "0.8"
+dirs = "2.0.2"
[dependencies.rusqlite]
version = "0.21.0"