Skip to content

Commit

Permalink
Merge pull request #101 from kyoto7250/add_deny_action
Browse files Browse the repository at this point in the history
Add deny action
  • Loading branch information
kyoto7250 authored Dec 6, 2024
2 parents 0387805 + 95c0d59 commit 70ff192
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

24 changes: 24 additions & 0 deletions deny.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# see: https://github.com/EmbarkStudios/cargo-deny

[licenses]
default = "deny"
unlicensed = "deny"
copyleft = "deny"
allow = [
"Apache-2.0",
"BSD-2-Clause",
"BSD-3-Clause",
"ISC",
"MIT",
"Unicode-DFS-2016",
"WTFPL",
]

[advisories]
unmaintained = "deny"
yanked = "deny"

[sources]
unknown-registry = "deny"
unknown-git = "warn"
allow-registry = ["https://github.com/rust-lang/crates.io-index"]

0 comments on commit 70ff192

Please sign in to comment.