mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-22 21:58:00 +00:00
ff6fc1585e
* Add FFI example * Remove unnecessary dependency (libc) * Tweak python example and add CI CI Tweak; separate task for ffi-example run * Remove OnceCell dep; use std --------- Co-authored-by: wassimans <wassim@wassimans.com>
24 lines
589 B
JSON
24 lines
589 B
JSON
{
|
|
"name": "subxt-ffi",
|
|
"version": "1.0.0",
|
|
"description": "Example of exposing some Subxt functionality to other languages through FFI",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/wassimans/subxt-ffi.git"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"bugs": {
|
|
"url": "https://github.com/wassimans/subxt-ffi/issues"
|
|
},
|
|
"homepage": "https://github.com/wassimans/subxt-ffi#readme",
|
|
"dependencies": {
|
|
"ffi-napi": "^4.0.3"
|
|
}
|
|
}
|