aboutsummaryrefslogtreecommitdiff
path: root/arg_picker/test/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'arg_picker/test/Cargo.toml')
-rw-r--r--arg_picker/test/Cargo.toml9
1 files changed, 9 insertions, 0 deletions
diff --git a/arg_picker/test/Cargo.toml b/arg_picker/test/Cargo.toml
new file mode 100644
index 0000000..2c366c7
--- /dev/null
+++ b/arg_picker/test/Cargo.toml
@@ -0,0 +1,9 @@
+[package]
+name = "arg-picker-test"
+version = "0.1.0"
+edition = "2024"
+
+[workspace]
+
+[dependencies]
+arg-picker = { path = "../" }