Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add cargo config to turborepo cache inputs
  • Loading branch information
thecrypticace committed Mar 18, 2025
commit c6c4d39b2dad4456dfa4c73d84723c3f00b4e052
2 changes: 2 additions & 0 deletions turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"./build.rs",
"./package.json",
"./Cargo.toml",
"./.cargo/config.toml",
"../oxide/src/**/*",
"../oxide/Cargo.toml",
"../Cargo.toml",
Expand All @@ -24,6 +25,7 @@
"./build.rs",
"./package.json",
"./Cargo.toml",
"./.cargo/config.toml",
"../oxide/src/**/*",
"../oxide/Cargo.toml",
"../Cargo.toml",
Expand Down