diff options
| author | Jakob L. Kreuze <zerodaysfordays@sdf.org> | 2020-05-21 19:56:05 -0400 |
|---|---|---|
| committer | Jakob L. Kreuze <zerodaysfordays@sdf.org> | 2020-05-21 19:56:05 -0400 |
| commit | b21b1238401f75e6bf7503ba8d42decdeeb10708 (patch) | |
| tree | 6ebc07b8513ff68be15a4a0b635363a97095eb47 /Cargo.toml | |
| parent | 6c8066dd171bd22a03e371dcfa06851fa1366e27 (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.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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" |