summaryrefslogtreecommitdiff
path: root/src/regress/lib/libssl/rust-openssl/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/regress/lib/libssl/rust-openssl/Cargo.toml8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/regress/lib/libssl/rust-openssl/Cargo.toml b/src/regress/lib/libssl/rust-openssl/Cargo.toml
new file mode 100644
index 0000000000..c33c3475a7
--- /dev/null
+++ b/src/regress/lib/libssl/rust-openssl/Cargo.toml
@@ -0,0 +1,8 @@
1[workspace]
2members = [
3 "openssl",
4 "openssl-errors",
5 "openssl-macros",
6 "openssl-sys",
7 "systest",
8]