From 41dc213f8a6800fc955a7facdf6da938008d6894 Mon Sep 17 00:00:00 2001 From: Lennart <18233294+lennart-k@users.noreply.github.com> Date: Fri, 4 Oct 2024 17:12:09 +0200 Subject: [PATCH] Update Cargo.toml --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 75936e1..bcb17fc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,6 +16,9 @@ repository.workspace = true resolver = "2" publish = false +[profile.dev] +debug = 0 + [workspace.dependencies] async-trait = "0.1" actix-web = "4.9"