Skip to content

Commit

Permalink
Remove napi-rs
Browse files Browse the repository at this point in the history
  • Loading branch information
nitaliano committed Dec 3, 2024
1 parent e8f8467 commit d710f97
Show file tree
Hide file tree
Showing 12 changed files with 0 additions and 760 deletions.
2 changes: 0 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ version: 2.1
orbs:
nx: nrwl/[email protected]
node: circleci/[email protected]
rust: circleci/[email protected]

commands:
setup:
Expand All @@ -12,7 +11,6 @@ commands:
- checkout
- node/install-pnpm:
version: '9'
- rust/install
- run:
name: Install pnpm dependencies
command: pnpm install
Expand Down
4 changes: 0 additions & 4 deletions .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@ runs:
registry-url: https://registry.npmjs.org
cache: pnpm

- uses: actions-rust-lang/setup-rust-toolchain@v1
with:
components: rustfmt

- name: pnpm install node modules
run: pnpm i --frozen-lockfile
shell: bash
326 changes: 0 additions & 326 deletions Cargo.lock

This file was deleted.

5 changes: 0 additions & 5 deletions Cargo.toml

This file was deleted.

6 changes: 0 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,6 @@

## Local Development Setup

**Install Rust**
```bash
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
rustup component add rustfmt
```

**Install Node**
```bash
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.1/install.sh | bash
Expand Down
2 changes: 0 additions & 2 deletions packages/toml-parser/.gitignore

This file was deleted.

Loading

0 comments on commit d710f97

Please sign in to comment.