blob: 814bc783ba1d4beec39e512df7f2067bd1fb7ede (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# cargo-deny configuration
#
# Default config: <https://github.com/EmbarkStudios/cargo-deny/blob/main/deny.template.toml>
# Docs: <https://embarkstudios.github.io/cargo-deny/>
# Project: <https://github.com/EmbarkStudios/cargo-deny>
#
[licenses]
# See <https://spdx.org/licenses/> for possible licenses.
allow = ["Apache-2.0", "MIT", "Unicode-3.0"]
confidence-threshold = 1.0
[sources]
unknown-registry = "deny"
unknown-git = "deny"
allow-registry = ["https://github.com/rust-lang/crates.io-index"]
allow-git = []
[sources.allow-org]
github = []
gitlab = []
bitbucket = []
|
for my tech blog and contact information.