-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: remove turbopack top level crates (#9119)
### Description Removing all top level dependencies that don't appear in our `Cargo.lock`: List of crates to remove generated via ``` $ tail -n+42 < Cargo.toml | cut -d' ' -f1 > /tmp/top_level_crates.txt $ rg -F -f /tmp/top_level_crates.txt Cargo.lock -o -N | sort -u > /tmp/matches.tx $ rg -F -f /tmp/matches.txt -v /tmp/top_level_crates.txt ``` ### Testing Instructions Everything builds and passes on CI
- Loading branch information
1 parent
fe34a06
commit 785682b
Showing
1 changed file
with
0 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters