aboutsummaryrefslogtreecommitdiff
path: root/development/tools/cargo-workspace2/tests/resources/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'development/tools/cargo-workspace2/tests/resources/Cargo.toml')
-rw-r--r--development/tools/cargo-workspace2/tests/resources/Cargo.toml11
1 files changed, 11 insertions, 0 deletions
diff --git a/development/tools/cargo-workspace2/tests/resources/Cargo.toml b/development/tools/cargo-workspace2/tests/resources/Cargo.toml
new file mode 100644
index 000000000000..87cdac7cab85
--- /dev/null
+++ b/development/tools/cargo-workspace2/tests/resources/Cargo.toml
@@ -0,0 +1,11 @@
+[workspace]
+members = [
+ "lockchain-core",
+ "lockchain-files",
+ "lockchain-crypto",
+
+ "lockchain-server",
+ "lockchain-client",
+
+ "lockchain-http",
+] \ No newline at end of file