Add @PlatformIO Library Registry manifest file

This commit is contained in:
Luci Furtun 2018-03-19 20:22:23 +02:00
parent 61fa5c1d28
commit 04868a1fef
1 changed files with 11 additions and 0 deletions

11
library.json Normal file
View File

@ -0,0 +1,11 @@
{
"name": "tiny-AES-c",
"keywords": "cryptography, aes",
"description": "Small portable AES128/192/256 in C",
"repository":
{
"type": "git",
"url": "https://github.com/kokke/tiny-AES-c.git"
},
"frameworks": "arduino",
}