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.toml | |
| parent | 2bc23bdc7fe01fc5921be8e09f405a8a1fd7bd65 (diff) | |
Support Shared in rust-types
Diffstat (limited to 'examples/08-shared/output/rust/Cargo.toml')
| -rw-r--r-- | examples/08-shared/output/rust/Cargo.toml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/examples/08-shared/output/rust/Cargo.toml b/examples/08-shared/output/rust/Cargo.toml new file mode 100644 index 0000000..5d4c622 --- /dev/null +++ b/examples/08-shared/output/rust/Cargo.toml @@ -0,0 +1,6 @@ +[package] +name = "example" +version = "0.1.0" +edition = "2024" + +[dependencies] |
