init repo.
This commit is contained in:
20
3party/rpc_core/library.json
Normal file
20
3party/rpc_core/library.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"name": "rpc_core",
|
||||
"description": "a tiny c++11 rpc library, supports all platforms (macOS, Linux, Windows, iOS, Android, etc.) and most microchips (Arduino, STM32, ESP32/ESP8266, etc.)",
|
||||
"keywords": "rpc",
|
||||
"authors": {
|
||||
"name": "shuai132",
|
||||
"maintainer": true
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/shuai132/rpc_core.git"
|
||||
},
|
||||
"version": "2.0.1",
|
||||
"build": {
|
||||
"srcDir": "_",
|
||||
"flags": [
|
||||
"-I include"
|
||||
]
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user