- Downloads
Neon setup
Showing
- .gitignore 6 additions, 10 deletions.gitignore
- lib/index.js 3 additions, 0 deletionslib/index.js
- native/Cargo.toml 16 additions, 0 deletionsnative/Cargo.toml
- native/build.rs 7 additions, 0 deletionsnative/build.rs
- native/src/lib.rs 14 additions, 0 deletionsnative/src/lib.rs
- package.json 18 additions, 0 deletionspackage.json
lib/index.js
0 → 100644
native/Cargo.toml
0 → 100644
native/build.rs
0 → 100644
native/src/lib.rs
0 → 100644
package.json
0 → 100644
| { | |||
| "name": "duniter-rs-wotb-js", | |||
| "version": "0.0.0", | |||
| "description": "Javascript wrapper of duniter-rs-wotb for future usage in duniter-ts.", | |||
| "main": "lib/index.js", | |||
| "repository": { | |||
| "type": "git", | |||
| "url": "https://github.com/duniter-rs/duniter-rs-wotb-js.git" | |||
| }, | |||
| "author": "nanocryk <nanocryk@gmail.com>", | |||
| "license": "GPL-3.0", | |||
| "dependencies": { | |||
| "neon-cli": "^0.1.20" | |||
| }, | |||
| "scripts": { | |||
| "install": "neon build" | |||
| } | |||
| } |
Please sign in to comment