-
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathdeny.toml
More file actions
31 lines (27 loc) · 517 Bytes
/
Copy pathdeny.toml
File metadata and controls
31 lines (27 loc) · 517 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
[advisories]
version = 2
db-path = "~/.cargo/advisory-db"
db-urls = ["https://github.com/rustsec/advisory-db"]
ignore = [
#"RUSTSEC-0000-0000",
]
unmaintained = 'workspace'
[licenses]
version = 2
allow = [
"MIT",
"BSD-3-Clause",
"Apache-2.0",
"Unicode-3.0",
]
[bans]
skip = [
#{ name = "ansi_term", version = "=0.11.0" },
]
[sources]
unknown-registry = "deny"
unknown-git = "deny"
allow-registry = ["https://github.com/rust-lang/crates.io-index"]
allow-git = []
[output]
feature-depth = 1