diff options
author | Bryan Newbold <bnewbold@archive.org> | 2020-08-25 19:43:26 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@archive.org> | 2020-08-25 19:43:26 -0700 |
commit | f751458d218eb1bbf16d78b3b5ce26809f4984b5 (patch) | |
tree | f21aa2d3d3300d4b5afcdb829a912c48df6a5687 /Cargo.toml | |
parent | f6e1f6bddde40f34c84188002189366ed4cd8646 (diff) | |
download | es-public-proxy-f751458d218eb1bbf16d78b3b5ce26809f4984b5.tar.gz es-public-proxy-f751458d218eb1bbf16d78b3b5ce26809f4984b5.zip |
include AGPLv3 license in repo; copy example conf in debian doc folder
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -34,4 +34,5 @@ priority = "optional" assets = [ ["target/release/es-public-proxy", "usr/bin/", "755"], ["es-public-proxy.1", "usr/share/man/man1/", "644"], + ["example_config.toml", "usr/share/doc/es-public-proxy/", "644"], ] |