f592e8eaf6
We've had a bit of a race between us adapting to changes in 0.3.x and the sockets author reverting those changes in the 0.3.x line and pushing them to 0.4.0. Let's use the newest and greatest sockets :)
18 lines
426 B
JSON
18 lines
426 B
JSON
{
|
|
"name": "mbedtls",
|
|
"version": "2.1.2",
|
|
"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": "~0.2.3" }
|
|
},
|
|
"testTargetDependencies": {
|
|
"mbed": { "sockets": "~0.4.0" }
|
|
}
|
|
}
|