mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-23 07:55:46 +01:00
15 lines
336 B
JSON
15 lines
336 B
JSON
{
|
|
"name": "mbedtls",
|
|
"version": "2.0.5",
|
|
"description": "The mbed TLS crypto/SSL/TLS library",
|
|
"private": true,
|
|
"license": "GPL-2.0",
|
|
"dependencies": {},
|
|
"targetDependencies": {
|
|
"mbed": { "cmsis-core": "~0.2.3" }
|
|
},
|
|
"testTargetDependencies": {
|
|
"mbed": { "sockets": "~0.3.0" }
|
|
}
|
|
}
|