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:
Eric Seppanen
2021-04-16 13:33:23 -07:00
parent 2246b48348
commit 4ff248515b
4 changed files with 0 additions and 12 deletions

View File

@@ -17,6 +17,3 @@ toml = ""
home = "0.5.3"
lazy_static = ""
regex = "1"
pageserver = { path = "../pageserver" }
walkeeper = { path = "../walkeeper" }