From 10ea203157e7aabe80218c5452165c81dbfe4b91 Mon Sep 17 00:00:00 2001
From: atoav <dh@atoav.com>
Date: Fri, 3 Apr 2020 21:12:09 +0200
Subject: [PATCH] Add configuration path

---
 Cargo.toml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Cargo.toml b/Cargo.toml
index 8c83b71..f0783bc 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -20,11 +20,11 @@ priority = "optional"
 assets = [
     ["target/release/cargo-deb", "usr/bin/", "755"],
     ["README.md", "usr/share/doc/cargo-deb/README", "644"],
-    # ["configuration/config.toml", "", ""],
+    ["configuration/config.toml", "/etc/static_contact/config.toml", "755"],
     ["configuration/static_contact.service", "/etc/systemd/system/static_contact.service", "664"],
 ]
 conf-files = [
-
+    "/etc/static_contact/config.toml"
 ]
 
 # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
-- 
GitLab