Signed-off-by: liangxinyan <liangxinyan2@huawei.com>
This commit is contained in:
liangxinyan 2024-02-19 09:36:54 +08:00
parent a0fef922ec
commit 20f70f311b

View File

@ -2,10 +2,10 @@
{ {
"Name": "cfg-if", "Name": "cfg-if",
"License": "Apache License V2.0, MIT", "License": "Apache License V2.0, MIT",
"License File": "LICENSE-APACHE LICENSE-MIT", "License File": "LICENSE-APACHE, LICENSE-MIT",
"Version Number": "1.0.0", "Version Number": "1.0.0",
"Owner": "fangting12@huawei.com", "Owner": "fangting12@huawei.com",
"Upstream URL": "https://github.com/rust-lang/cfg-if", "Upstream URL": "https://github.com/rust-lang/cfg-if",
"Description": "A macro that allows conditional compilation based on a set of configuration options. " "Description": "A macro that allows conditional compilation based on a set of configuration options. "
} }
] ]