From ddeb59a89092b0bd7e7b77e3c71dc9bace1e23e5 Mon Sep 17 00:00:00 2001 From: Philipp Gesang Date: Sat, 27 Aug 2022 21:45:19 +0200 Subject: edit: implement the actual save operation We save palettes in the format that can be directly re-parsed by vtcol. --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') 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" -- cgit v1.2.3