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
|
# See https://spdx.org/licenses/ for list of possible licenses
|
||||||
# [possible values: any SPDX 3.11 short identifier (+ optional exception)].
|
# [possible values: any SPDX 3.11 short identifier (+ optional exception)].
|
||||||
allow = [
|
allow = [
|
||||||
"MIT",
|
|
||||||
"Apache-2.0",
|
|
||||||
"BSD-3-Clause",
|
|
||||||
"Unicode-DFS-2016",
|
|
||||||
"0BSD",
|
"0BSD",
|
||||||
|
"Apache-2.0",
|
||||||
|
"BSD-2-Clause",
|
||||||
|
"BSD-3-Clause",
|
||||||
"ISC",
|
"ISC",
|
||||||
|
"MIT",
|
||||||
|
"Unicode-DFS-2016",
|
||||||
]
|
]
|
||||||
# List of explictly disallowed licenses
|
# List of explictly disallowed licenses
|
||||||
# See https://spdx.org/licenses/ for list of possible licenses
|
# See https://spdx.org/licenses/ for list of possible licenses
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
use std::{
|
use std::{
|
||||||
collections::{btree_map, BTreeMap},
|
collections::{btree_map, BTreeMap},
|
||||||
fs,
|
fs,
|
||||||
io::{ Write},
|
io::Write,
|
||||||
path::PathBuf,
|
path::PathBuf,
|
||||||
time::Instant,
|
time::Instant,
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue