@PlatformIO Library Registry manifest file #13
Merged
12
library.json
| @@ -0,0 +1,12 @@ | ||
| +{ | ||
| + "name": "AESLib", | ||
| + "keywords": "cryptography, aes", | ||
| + "description": "Small AES implementation in ASM", | ||
| + "repository": | ||
| + { | ||
| + "type": "git", | ||
| + "url": "https://github.com/DavyLandman/AESLib.git" | ||
| + }, | ||
| + "frameworks": "arduino", | ||
| + "platforms": "atmelavr" | ||
| +} |