mirror of
https://github.com/encounter/decomp-toolkit.git
synced 2025-06-08 07:33:32 +00:00
Update cargo deny.toml
This commit is contained in:
parent
d4ef1ce16a
commit
42217a339e
@ -70,12 +70,13 @@ unlicensed = "deny"
|
||||
# See https://spdx.org/licenses/ for list of possible licenses
|
||||
# [possible values: any SPDX 3.11 short identifier (+ optional exception)].
|
||||
allow = [
|
||||
"MIT",
|
||||
"Apache-2.0",
|
||||
"BSD-3-Clause",
|
||||
"Unicode-DFS-2016",
|
||||
"0BSD",
|
||||
"Apache-2.0",
|
||||
"BSD-2-Clause",
|
||||
"BSD-3-Clause",
|
||||
"ISC",
|
||||
"MIT",
|
||||
"Unicode-DFS-2016",
|
||||
]
|
||||
# List of explictly disallowed licenses
|
||||
# See https://spdx.org/licenses/ for list of possible licenses
|
||||
|
@ -1,7 +1,7 @@
|
||||
use std::{
|
||||
collections::{btree_map, BTreeMap},
|
||||
fs,
|
||||
io::{ Write},
|
||||
io::Write,
|
||||
path::PathBuf,
|
||||
time::Instant,
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user