Skip to content

Commit 5eb675c

Browse files
committed
Use cargo workspace deps more (#616)
* 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?
1 parent 5de2359 commit 5eb675c

File tree

92 files changed

+1345
-2059
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

92 files changed

+1345
-2059
lines changed

.vscode/settings.json

+10-1
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,14 @@
55
"rust-analyzer.showUnlinkedFileNotification": false,
66
"rust-analyzer.cargo.features": [
77
"oidc"
8-
]
8+
],
9+
10+
"search.exclude": {
11+
// Avoid polluting search results with lockfile content
12+
"pnpm-lock.yaml": true,
13+
"Cargo.lock": true
14+
},
15+
// Ensure VSCode uses pnpm instead of npm
16+
"eslint.packageManager": "pnpm",
17+
"npm.packageManager": "pnpm",
918
}

0 commit comments

Comments
 (0)