mbedtls/yotta/data/module.json
Simon Butcher 3527514e94 Update the yotta module number
Changed the yotta module number to 2.2.3
2016-03-23 15:38:37 +00:00

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" }
}
}