diff --git a/Cargo.toml b/Cargo.toml index e4e4cc5c..79dc108b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [workspace] members = [ - "tower-batch", + "zebrad", "zebra-chain", "zebra-network", "zebra-state", @@ -10,7 +10,7 @@ members = [ "zebra-client", "zebra-test", "zebra-utils", - "zebrad", + "tower-batch", ] [profile.dev]