diff --git a/README.OpenSource b/README.OpenSource index 118c99f58e04680dfb82a714c1448520b7edc899..6b527e024bdfaf462be23eab6aa082d80bec5787 100644 --- a/README.OpenSource +++ b/README.OpenSource @@ -1,11 +1,16 @@ -[ - { - "Name": "cxx", - "License": "Apache License 2.0, MIT", - "License File": "LICENSE-APACHE, LICENSE-MIT", - "Version Number": "1.0.97", - "Owner": "fangting12@huawei.com", - "Upstream URL": "https://github.com/dtolnay/cxx", - "Description": "A Rust library that provides a safe and easy way to call C++ code from Rust." - } -] +[ + { + "Name": "cxx", + "License": "Apache-2.0", + "License File": "LICENSE-APACHE", + "Version Number": "1.0.97", + "Owner": "fangting12@huawei.com", + "Upstream URL": "https://github.com/dtolnay/cxx", + "Description": "A Rust library that provides a safe and easy way to call C++ code from Rust.", + "Dependencies": [ + "unicode-width", + "link-cplusplus", + "codespan-reporting" + ] + } +] \ No newline at end of file