mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-06 04:52:55 +00:00
remote unnecessary dependencies between peer crates
These dependencies make cargo rebuild more than is strictly necessary. Removing them makes the build a little faster.
This commit is contained in:
@@ -17,6 +17,3 @@ toml = ""
|
||||
home = "0.5.3"
|
||||
lazy_static = ""
|
||||
regex = "1"
|
||||
|
||||
pageserver = { path = "../pageserver" }
|
||||
walkeeper = { path = "../walkeeper" }
|
||||
|
||||
Reference in New Issue
Block a user