@PlatformIO Library Registry manifest file #13

Merged
merged 1 commit into from Apr 14, 2016
Jump to file
+12 −0
Split
View
@@ -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"
+}