aboutsummaryrefslogtreecommitdiff
path: root/src/tests/Cargo.toml
diff options
context:
space:
mode:
authorAria <me@aria.rip>2023-11-07 22:25:18 +0000
committerAria <me@aria.rip>2023-11-07 22:25:18 +0000
commitc6be430616e97a5bca0ee56f71908589b174a8ff (patch)
tree382857e2b9ac41881d58dad5d33670101f177752 /src/tests/Cargo.toml
parent71236e6332507ef18d14876d200ac83bf895496a (diff)
refactor(all): shorter directory names
Diffstat (limited to 'src/tests/Cargo.toml')
-rw-r--r--src/tests/Cargo.toml16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/tests/Cargo.toml b/src/tests/Cargo.toml
new file mode 100644
index 0000000..e7372e9
--- /dev/null
+++ b/src/tests/Cargo.toml
@@ -0,0 +1,16 @@
+[workspace]
+resolver = "2"
+members = [
+ "b_asc_con",
+ "b_asc_con_ra",
+ "b_des_con",
+ "b_des_con_ra",
+ "b_stack_con",
+ "b_unique_asc_con",
+ "b_unique_asc_con_ra",
+ "b_unique_con",
+ "b_unique_con_ra",
+ "example_comp",
+ "example_stack",
+ "example_unique"
+] \ No newline at end of file