summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorPhilipp Gesang <phg@phi-gamma.net>2022-08-27 21:45:19 +0200
committerPhilipp Gesang <phg@phi-gamma.net>2022-08-27 22:40:44 +0200
commitddeb59a89092b0bd7e7b77e3c71dc9bace1e23e5 (patch)
tree17790540394c40511be8911ba62281a00f75d77f /Cargo.toml
parentc4473f41f22d1e9de1b38e2cb6700410d71e3712 (diff)
downloadvtcol-ddeb59a89092b0bd7e7b77e3c71dc9bace1e23e5.tar.gz
edit: implement the actual save operation
We save palettes in the format that can be directly re-parsed by vtcol.
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 6aca9fc..acc3138 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -15,6 +15,7 @@ edition = "2021"
[dependencies]
libc = "0.2"
+indoc = "1.0"
clap = { version = "2.33", optional = true }
anyhow = { version = "1.0", optional = true }
base64 = "0.13"