Add toml to cglicenses.json (#172321)

The OSS tool doesn't understand the dual-license format
This commit is contained in:
Rob Lourens 2023-01-24 16:01:04 -08:00 committed by GitHub
parent 86af97675c
commit e96c9fb0b2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -334,5 +334,9 @@
{ // Reason: Missing license file
"name": "const_format",
"fullLicenseTextUri": "https://raw.githubusercontent.com/rodrimati1992/const_format_crates/b2207af46bfbd9f1a6bd12dbffd10feeea3d9fd7/LICENSE-ZLIB.md"
},
{ // License is MIT/Apache and tool doesn't understand this syntax
"name": "toml",
"fullLicenseTextUri": "https://raw.githubusercontent.com/toml-rs/toml/main/crates/toml/LICENSE-MIT"
}
]