about summary refs log tree commit diff stats
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml6
1 files changed, 1 insertions, 5 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 81acd9b..e83ba3b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -11,11 +11,7 @@
 
 [workspace]
 resolver = "2"
-members = [
-  "crates/rocie-server",
-  "crates/rocie-cli",
-  "crates/rocie-client",
-]
+members = ["crates/rocie-server", "crates/rocie-cli", "crates/rocie-client"]
 
 [workspace.package]
 edition = "2024"