diff --git a/README.OpenSource b/README.OpenSource index 669be4ff91345c91036cef088ea3aa0534157240..02b5e0c97b6ef6e6acc903d0112459b1968792a7 100644 --- a/README.OpenSource +++ b/README.OpenSource @@ -1,11 +1,14 @@ -[ - { - "Name": "rust-openssl", - "License": "Apache License V2.0", - "License File": "THIRD_PARTY", - "Version Number": "0.10.56", - "Owner": "xuelei3@huawei.com", - "Upstream URL": "https://github.com/sfackler/rust-openssl", - "Description": "OpenSSL bindings." - } -] +[ + { + "Name": "rust-openssl", + "License": "Apache-2.0", + "License File": "THIRD_PARTY", + "Version Number": "0.10.56", + "Owner": "xuelei3@huawei.com", + "Upstream URL": "https://github.com/sfackler/rust-openssl", + "Description": "OpenSSL bindings for Rust", + "Dependencies": [ + "foreign-types" + ] + } +] \ No newline at end of file