about summary refs log tree commit diff
path: root/config.toml.example
diff options
context:
space:
mode:
authorPietro Albini <pietro.albini@ferrous-systems.com>2022-11-08 12:27:49 +0100
committerPietro Albini <pietro.albini@ferrous-systems.com>2022-11-15 10:22:17 +0100
commit17ee25d77550b771200d73533e3bcb2a9959122d (patch)
tree568986a2cdcb5be0beac47793abb6645fdf677cc /config.toml.example
parent101e1822c3e54e63996c8aaa014d55716f3937eb (diff)
downloadrust-17ee25d77550b771200d73533e3bcb2a9959122d.tar.gz
rust-17ee25d77550b771200d73533e3bcb2a9959122d.zip
add the build.reuse config option to choose the reuse binary
Diffstat (limited to 'config.toml.example')
-rw-r--r--config.toml.example7
1 files changed, 7 insertions, 0 deletions
diff --git a/config.toml.example b/config.toml.example
index c94a27b12a3..ffc6a330b9f 100644
--- a/config.toml.example
+++ b/config.toml.example
@@ -255,6 +255,13 @@ changelog-seen = 2
 # Defaults to the Python interpreter used to execute x.py
 #python = "python"
 
+# The path to the REUSE executable to use. REUSE will be used to gather
+# the licensing information of the codebase.
+#
+# If this is omitted, the cached licensing information present in the source
+# tarball will have to be present.
+#reuse = "reuse"
+
 # Force Cargo to check that Cargo.lock describes the precise dependency
 # set that all the Cargo.toml files create, instead of updating it.
 #locked-deps = false