diff options
| author | Henry <mail@henrygressmann.de> | 2026-04-03 00:36:57 +0200 |
|---|---|---|
| committer | Henry <mail@henrygressmann.de> | 2026-04-03 00:36:57 +0200 |
| commit | ca6c66af87106b097a599e344d5c0cb538250abb (patch) | |
| tree | 1caf44f96a8dd82883e68fe1df8e89ccd418b37b /examples/rust/Cargo.toml | |
| parent | bfeefda25407d29a843d2aec713943843f8f1239 (diff) | |
feat: add resumable calls / fuel tracking
Signed-off-by: Henry <mail@henrygressmann.de>
Diffstat (limited to 'examples/rust/Cargo.toml')
| -rw-r--r-- | examples/rust/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/rust/Cargo.toml b/examples/rust/Cargo.toml index 430bcad..6bf8a8f 100644 --- a/examples/rust/Cargo.toml +++ b/examples/rust/Cargo.toml @@ -52,3 +52,4 @@ lto="fat" codegen-units=1 panic="abort" inherits="release" +strip=true |
