Merge pull request #94 from lucifurtun/master

Add @PlatformIO Library Registry manifest file
This commit is contained in:
kokke 2018-03-21 22:03:19 +01:00 committed by GitHub
commit f4b1701a52
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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