Update cargo deny.toml

This commit is contained in:
Luke Street 2023-09-13 02:10:47 -04:00
parent d4ef1ce16a
commit 42217a339e
2 changed files with 6 additions and 5 deletions

View File

@ -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

View File

@ -1,7 +1,7 @@
use std::{
collections::{btree_map, BTreeMap},
fs,
io::{ Write},
io::Write,
path::PathBuf,
time::Instant,
};