From 311c66047f7187feaf4ed33eea0cc64baf933874 Mon Sep 17 00:00:00 2001 From: stuebinm Date: Mon, 5 Apr 2021 00:57:16 +0200 Subject: add utility program This can be used to write configs in dhall (instead of plain json), combined with some input validation and (optionally) automatic encryption via the age rust crate. --- utils/.gitignore | 1 + 1 file changed, 1 insertion(+) create mode 100644 utils/.gitignore (limited to 'utils/.gitignore') diff --git a/utils/.gitignore b/utils/.gitignore new file mode 100644 index 0000000..ea8c4bf --- /dev/null +++ b/utils/.gitignore @@ -0,0 +1 @@ +/target -- cgit v1.2.3