aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@archive.org>2020-08-25 19:43:26 -0700
committerBryan Newbold <bnewbold@archive.org>2020-08-25 19:43:26 -0700
commitf751458d218eb1bbf16d78b3b5ce26809f4984b5 (patch)
treef21aa2d3d3300d4b5afcdb829a912c48df6a5687 /Cargo.toml
parentf6e1f6bddde40f34c84188002189366ed4cd8646 (diff)
downloades-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.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index ca74ea9..ca04f6b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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"],
]