diff options
Diffstat (limited to '.cargo')
| -rw-r--r-- | .cargo/config.toml | 1 |
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" |
