diff options
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -31,8 +31,12 @@ maintainer = "Bryan Newbold <bnewbold@robocracy.org>" depends = "$auto" section = "utility" priority = "optional" +maintainer-scripts = "extra/" +systemd-units = { enable = false } +extended-description = "TODO: longer description of package should go here" assets = [ ["target/release/es-public-proxy", "usr/bin/", "755"], ["extra/es-public-proxy.1", "usr/share/man/man1/", "644"], ["extra/example_config.toml", "usr/share/doc/es-public-proxy/", "644"], + ["extra/example_config.toml", "etc/es-public-proxy.toml", "644"], ] |