Skip to content
This repository has been archived by the owner on Oct 3, 2024. It is now read-only.

Commit

Permalink
Update cargo-deny config
Browse files Browse the repository at this point in the history
  • Loading branch information
rnijveld committed May 27, 2024
1 parent eb5b1a4 commit f9c6f97
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions deny.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
[graph]
targets = [
{ triple = "x86_64-unknown-linux-musl" },
{ triple = "x86_64-unknown-linux-gnu" },
{ triple = "aarch64-unknown-linux-gnu" },
]

[licenses]
version = 2
private = { ignore = true }
allow = [
"MIT",
"Apache-2.0",
]

0 comments on commit f9c6f97

Please sign in to comment.