Add license URIs for toml_edit and toml_datetime (#213562)
Add licene uri fr toml_edit and toml_datetimepull/213566/head
parent
b085f37f6b
commit
78efad3496
|
@ -335,6 +335,14 @@
|
|||
"name": "toml",
|
||||
"fullLicenseTextUri": "https://raw.githubusercontent.com/toml-rs/toml/main/crates/toml/LICENSE-MIT"
|
||||
},
|
||||
{ // License is MIT/Apache and tool doesn't look in subfolders
|
||||
"name": "toml_edit",
|
||||
"fullLicenseTextUri": "https://raw.githubusercontent.com/toml-rs/toml/main/crates/toml_edit/LICENSE-MIT"
|
||||
},
|
||||
{ // License is MIT/Apache and tool doesn't look in subfolders
|
||||
"name": "toml_datetime",
|
||||
"fullLicenseTextUri": "https://raw.githubusercontent.com/toml-rs/toml/main/crates/toml_datetime/LICENSE-MIT"
|
||||
},
|
||||
{ // License is MIT/Apache and tool doesn't look in subfolders
|
||||
"name": "dirs-sys-next",
|
||||
"fullLicenseTextUri": "https://raw.githubusercontent.com/xdg-rs/dirs/master/dirs-sys/LICENSE-MIT"
|
||||
|
|
Loading…
Reference in New Issue