summaryrefslogtreecommitdiff
path: root/.cargo
diff options
context:
space:
mode:
authorKai Stevenson <kai@kaistevenson.com>2026-08-26 21:05:53 -0700
committerKai Stevenson <kai@kaistevenson.com>2026-08-26 21:05:53 -0700
commit893502300c0206cf629ff4e9ed5b9327743ebd30 (patch)
treef79d4ebec0f77238f4e91eaa278c47b94df1ac3d /.cargo
parent6e5daefbd1fba73b3200461e82e00aad7023bb6b (diff)
.app target
Diffstat (limited to '.cargo')
-rw-r--r--.cargo/config.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.cargo/config.toml b/.cargo/config.toml
index 9e23ee1..1618967 100644
--- a/.cargo/config.toml
+++ b/.cargo/config.toml
@@ -2,3 +2,4 @@
profile-dev = "run --features profiler"
profile = "run --release --features profiler"
release = "run --release"
+app = "bundle --release"