mirror of
https://github.com/taigrr/arduinolibs
synced 2025-01-18 04:33:12 -08:00
Bump @PlatformIO Crypto library version to 0.1.6
This commit is contained in:
22
libraries/CryptoLW/library.json
Normal file
22
libraries/CryptoLW/library.json
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"name": "CryptoLW",
|
||||
"version": "0.1.6",
|
||||
"keywords": "Acorn128",
|
||||
"description": "Light-weight ciphers for the Arduino Cryptography Library",
|
||||
"authors":
|
||||
{
|
||||
"name": "Rhys Weatherley",
|
||||
"email": "rhys.weatherley@gmail.com",
|
||||
"url": "https://rweather.github.io/arduinolibs/crypto.html"
|
||||
},
|
||||
"export": {
|
||||
"include": "libraries/CryptoLW"
|
||||
},
|
||||
"repository":
|
||||
{
|
||||
"type": "git",
|
||||
"url": "https://github.com/rweather/arduinolibs.git"
|
||||
},
|
||||
"frameworks": "arduino",
|
||||
"platforms": "*"
|
||||
}
|
||||
Reference in New Issue
Block a user