From 39a35689d385c89f79f97ce69bf214308be5e2fd Mon Sep 17 00:00:00 2001 From: cel 🌸 Date: Thu, 8 May 2025 13:50:07 +0100 Subject: feat: OPFS database --- Trunk.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Trunk.toml') diff --git a/Trunk.toml b/Trunk.toml index 6e16d80..9df66ca 100644 --- a/Trunk.toml +++ b/Trunk.toml @@ -13,6 +13,7 @@ public_url = "/" filehash = true # Whether to inject scripts (and module preloads) into the finalized output. inject_scripts = true +cargo_flags = ["-Z build-std=std,panic_abort"] # Run without network access # offline = false # Require Cargo.lock and cache are up to date -- cgit