From 82831d0f4c50ab2dc03153d08ab92e15ec1c54e9 Mon Sep 17 00:00:00 2001 From: tomaka Date: Thu, 2 Nov 2017 11:09:50 +0100 Subject: [PATCH] Workspace members vertically --- Cargo.toml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ec970444..df38a88b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,4 +4,8 @@ version = "0.1.0" authors = ["Parity Technologies "] [workspace] -members = ["libp2p-transport", "libp2p-host", "libp2p-tcp-transport"] +members = [ + "libp2p-host", + "libp2p-transport", + "libp2p-tcp-transport", +]