summaryrefslogtreecommitdiff
path: root/examples/09-custom-code/output/rust/Cargo.lock
diff options
context:
space:
mode:
authorMichael Williamson <mike@zwobble.org>2026-07-24 17:59:45 +0100
committerMichael Williamson <mike@zwobble.org>2026-07-24 17:59:45 +0100
commit2bc23bdc7fe01fc5921be8e09f405a8a1fd7bd65 (patch)
tree9df07f8aeba21f4fb91e23fcc8d1c7a4a57a42eb /examples/09-custom-code/output/rust/Cargo.lock
parentc8baf035c5a1705b957931f56f9162125803e554 (diff)
Add Shared type
Diffstat (limited to 'examples/09-custom-code/output/rust/Cargo.lock')
-rw-r--r--examples/09-custom-code/output/rust/Cargo.lock7
1 files changed, 7 insertions, 0 deletions
diff --git a/examples/09-custom-code/output/rust/Cargo.lock b/examples/09-custom-code/output/rust/Cargo.lock
new file mode 100644
index 0000000..9dc6e3e
--- /dev/null
+++ b/examples/09-custom-code/output/rust/Cargo.lock
@@ -0,0 +1,7 @@
+# This file is automatically @generated by Cargo.
+# It is not intended for manual editing.
+version = 4
+
+[[package]]
+name = "example"
+version = "0.1.0"