From 577ea32365ea471e57fd611d27361aa3e8e1ef74 Mon Sep 17 00:00:00 2001 From: Gowtham Suresh Kumar Date: Wed, 31 Jan 2024 15:42:49 +0000 Subject: [PATCH] Cargo.toml: Make a workspace for the crates Signed-off-by: Gowtham Suresh Kumar --- Cargo.toml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 Cargo.toml diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 00000000..da70c8eb --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,7 @@ +[workspace] +members = [ + "parsec-openssl-sys2", + "parsec-openssl2", + "parsec-openssl-provider", + "parsec-openssl-provider-shared", +]