summaryrefslogtreecommitdiffstats
path: root/library/portable-simd/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'library/portable-simd/Cargo.toml')
-rw-r--r--library/portable-simd/Cargo.toml7
1 files changed, 7 insertions, 0 deletions
diff --git a/library/portable-simd/Cargo.toml b/library/portable-simd/Cargo.toml
new file mode 100644
index 000000000..9802386e4
--- /dev/null
+++ b/library/portable-simd/Cargo.toml
@@ -0,0 +1,7 @@
+[workspace]
+
+members = [
+ "crates/core_simd",
+ "crates/std_float",
+ "crates/test_helpers",
+]