aboutsummaryrefslogtreecommitdiff
path: root/examples/example-custom-pickable/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/example-custom-pickable/Cargo.toml')
-rw-r--r--examples/example-custom-pickable/Cargo.toml11
1 files changed, 11 insertions, 0 deletions
diff --git a/examples/example-custom-pickable/Cargo.toml b/examples/example-custom-pickable/Cargo.toml
new file mode 100644
index 0000000..ca97c4a
--- /dev/null
+++ b/examples/example-custom-pickable/Cargo.toml
@@ -0,0 +1,11 @@
+[package]
+name = "example-custom-pickable"
+version = "0.1.0"
+edition = "2024"
+
+[dependencies.mingling]
+path = "../../mingling"
+
+features = [
+ "parser",
+]