diff --git a/about.hbs b/about.hbs new file mode 100644 index 0000000000..699b3b04ed --- /dev/null +++ b/about.hbs @@ -0,0 +1,70 @@ + + + + + + + +
+
+

Third Party Licenses

+

This page lists the licenses of the projects used in cargo-about.

+
+ +

Overview of licenses:

+ + +

All license text:

+ +
+ + + diff --git a/about.toml b/about.toml new file mode 100644 index 0000000000..e138da6efe --- /dev/null +++ b/about.toml @@ -0,0 +1,19 @@ +private = { ignore = true } + +accepted = [ + "0BSD", + "Apache-2.0", + "BSD-2-Clause", + "BSD-3-Clause", + "CC0-1.0", + "ISC", + "MIT", + "MPL-2.0", + "Unicode-DFS-2016", + "OpenSSL", +] + +workarounds = [ + "ring", + "rustls", +]