Add license URIs for toml_edit and toml_datetime (#213562)

Add licene uri fr toml_edit and toml_datetime
This commit is contained in:
Benjamin Christopher Simmonds 2024-05-27 16:12:06 +02:00 committed by GitHub
parent b085f37f6b
commit 78efad3496
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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"