mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-23 23:05:37 +01:00
3527514e94
Changed the yotta module number to 2.2.3
19 lines
431 B
JSON
19 lines
431 B
JSON
{
|
|
"name": "mbedtls",
|
|
"version": "2.2.3",
|
|
"description": "The mbed TLS crypto/SSL/TLS library",
|
|
"licenses": [
|
|
{
|
|
"url": "https://spdx.org/licenses/Apache-2.0",
|
|
"type": "Apache-2.0"
|
|
}
|
|
],
|
|
"dependencies": {},
|
|
"targetDependencies": {
|
|
"mbed": { "cmsis-core": "^1.0.0" }
|
|
},
|
|
"testTargetDependencies": {
|
|
"mbed": { "mbed-drivers": "^1.0.0" }
|
|
}
|
|
}
|