From 2bac295504960ac4a18d7c19513160363f587f01 Mon Sep 17 00:00:00 2001 From: Owen Jacobson Date: Wed, 30 Oct 2024 00:32:17 -0400 Subject: Load DB paths from a file, rather than hard-coding them in the systemd unit. --- Cargo.toml | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 630ebe9..c8b37e1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,6 +12,14 @@ authors = [ [package.metadata.deb] maintainer = "Owen Jacobson " maintainer-scripts = "debian" +assets = [ + # Binaries + ["target/release/hi", "/usr/bin/hi", "755"], + ["target/release/hi-recanonicalize", "/usr/bin/hi-recanonicalize", "755"], + + # Configuration + ["debian/default", "/etc/default/hi", "644"], +] [package.metadata.deb.systemd-units] -- cgit v1.2.3