File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ skip = [{name = "quick-error"},
16
16
{name = " rand" },
17
17
{name = " getrandom" },
18
18
{name = " byteorder" },
19
+ {name = " webpki" },
19
20
]
20
21
21
22
[licenses ]
@@ -31,9 +32,25 @@ allow = [
31
32
" MPL-2.0" ,
32
33
" CC0-1.0" ,
33
34
" Zlib" ,
35
+ " LicenseRef-ring" ,
36
+ " LicenseRef-webpki" ,
34
37
" Unlicense" ,# this is a specific license rather than no license at all
35
38
] # deny a license not in this set of licenses
36
39
40
+ [[licenses .clarify ]]
41
+ name = " ring"
42
+ expression = " LicenseRef-ring"
43
+ license-files = [
44
+ { path = " LICENSE" , hash = 0xbd0eed23 },
45
+ ]
46
+
47
+ [[licenses .clarify ]]
48
+ name = " webpki"
49
+ expression = " LicenseRef-webpki"
50
+ license-files = [
51
+ { path = " LICENSE" , hash = 0x001c7e6c },
52
+ ]
53
+
37
54
[advisories ]
38
55
db-path = " ~/.cargo/advisory-dbs"
39
56
db-urls = [ " https://github.com/RustSec/advisory-db" ]
You can’t perform that action at this time.
0 commit comments