diff options
| author | Michael Williamson <mike@zwobble.org> | 2026-07-24 18:05:02 +0100 |
|---|---|---|
| committer | Michael Williamson <mike@zwobble.org> | 2026-07-24 18:05:02 +0100 |
| commit | 2409a40985dad843fe25611c9cd14afdac6d67bf (patch) | |
| tree | d9ba9fb0a542eba85a0c6aa35e57bfb21ac39600 /examples/08-shared/output/rust/Cargo.lock | |
| parent | 2bc23bdc7fe01fc5921be8e09f405a8a1fd7bd65 (diff) | |
Support Shared in rust-types
Diffstat (limited to 'examples/08-shared/output/rust/Cargo.lock')
| -rw-r--r-- | examples/08-shared/output/rust/Cargo.lock | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/examples/08-shared/output/rust/Cargo.lock b/examples/08-shared/output/rust/Cargo.lock new file mode 100644 index 0000000..9dc6e3e --- /dev/null +++ b/examples/08-shared/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" |
