Skip to content

Commit b450711

Browse files
committed
dev: move torrent/repository to packages
1 parent 97f2346 commit b450711

Some content is hidden

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

87 files changed

+1412
-1313
lines changed

.vscode/settings.json

+5
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,9 @@
3131
"evenBetterToml.formatter.trailingNewline": true,
3232
"evenBetterToml.formatter.reorderKeys": true,
3333
"evenBetterToml.formatter.reorderArrays": true,
34+
"rust-analyzer.linkedProjects": [
35+
"./packages/torrent-repository/Cargo.toml",
36+
"./packages/primitives/Cargo.toml",
37+
"./packages/primitives/Cargo.toml"
38+
],
3439
}

0 commit comments

Comments
 (0)