Merge branch 'master' into mononaut/live-cpfp-updates

This commit is contained in:
softsimon
2023-08-29 10:12:55 +02:00
committed by GitHub
5 changed files with 14 additions and 7 deletions

View File

@@ -85,7 +85,7 @@ Install dependencies with `npm` and build the backend:
```
cd backend
npm install
npm install --no-install-links # npm@9.4.2 and later can omit the --no-install-links
npm run build
```

View File

@@ -6,8 +6,6 @@ authors = ["mononaut"]
edition = "2021"
publish = false
[workspace]
[lib]
crate-type = ["cdylib"]