diff --git a/Cargo.toml b/Cargo.toml index 8c83b71fbe7caf73b75d6ab39924ac7d925e5c18..f0783bc08438861f987cf48f9b5c09413a739b1a 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