You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
34 lines
757 B
34 lines
757 B
[advisories] |
|
yanked = "deny" |
|
ignore = [ |
|
{ id = "RUSTSEC-2024-0436", reason = "paste is used by decancer, we need to wait for it to update its dependency" }, |
|
] |
|
|
|
[bans] |
|
multiple-versions = "allow" |
|
|
|
# To check if a license if compatible with our GPL v3.0 license, see: https://www.gnu.org/licenses/license-list.html |
|
# Keep list sorted alphabetically. |
|
[licenses] |
|
unused-allowed-license = "deny" |
|
allow = [ |
|
"Apache-2.0", |
|
"Apache-2.0 WITH LLVM-exception", |
|
"BSD-2-Clause", |
|
"BSD-3-Clause", |
|
"BSL-1.0", |
|
"GPL-3.0", |
|
"LGPL-2.1", |
|
"ISC", |
|
"MIT", |
|
"MPL-2.0", |
|
"Unicode-3.0", |
|
"Zlib", |
|
] |
|
|
|
[sources] |
|
required-git-spec="rev" |
|
allow-git = [ |
|
"https://github.com/ruma/ruma", |
|
"https://github.com/matrix-org/matrix-rust-sdk", |
|
]
|
|
|