Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use cargo workspace deps more (#616)
Browse files Browse the repository at this point in the history
* move to workspace deps

* fix unmaintained advisory

* fix diesel features, deduplicate tokio

* move more dependencies into workspace

* fix service file

* more workspace deps

* more

* get rid of pin-project

* add package override

* add some more vscode settings

* up js stuff

* more

* more

* more

* finish

* update json schema snap

* what?
aumetra committed Dec 2, 2024

Verified

This commit was signed with the committer’s verified signature.
ewuerger Ernst Würger
1 parent 5de2359 commit 5eb675c
Showing 92 changed files with 1,345 additions and 2,059 deletions.
11 changes: 10 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -5,5 +5,14 @@
"rust-analyzer.showUnlinkedFileNotification": false,
"rust-analyzer.cargo.features": [
"oidc"
]
],

"search.exclude": {
// Avoid polluting search results with lockfile content
"pnpm-lock.yaml": true,
"Cargo.lock": true
},
// Ensure VSCode uses pnpm instead of npm
"eslint.packageManager": "pnpm",
"npm.packageManager": "pnpm",
}
Loading

0 comments on commit 5eb675c

Please sign in to comment.