summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJan-Erik Rediger <janerik@fnordig.de>2020-04-25 15:56:25 +0200
committerJan-Erik Rediger <janerik@fnordig.de>2020-04-25 17:27:07 +0200
commit19a991472068d899c25440ab0c1073b3dbe84cf8 (patch)
treec418ce1ad198d37b0707dbff1789b1296eaeb158 /Cargo.toml
parent28780f06e2d7ab780fc1ec7da5ac3c53a9109b1d (diff)
Add a hook to install required files and configuration
Closes #5
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 57b6b56..9f0d14e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -16,3 +16,4 @@ env_logger = "0.7.1"
log = "0.4"
clap = "2.33"
serde_json = "1.0"
+toml_edit = "0.1.5"