Added deny config.

This commit is contained in:
2020-09-08 15:43:16 +02:00
parent 2899fc7a4a
commit 571bf29bb9
2 changed files with 11 additions and 0 deletions

View File

@@ -3,6 +3,7 @@ name = "kickscore"
version = "0.1.0"
authors = ["Anders Olsson <anders.e.olsson@gmail.com>"]
edition = "2018"
license = "MIT OR Apache-2.0"
[dependencies]
cblas = "0.2"

10
deny.toml Normal file
View File

@@ -0,0 +1,10 @@
[bans]
multiple-versions = "warn"
wildcards = "warn"
[licenses]
allow = [
"Apache-2.0",
"BSD-3-Clause",
"MIT",
]